Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
open a file
arguments: similiar to C fopen()
returns: 0 - error
         otherwise a file handle
Thread-safe function.

long fopen(string file, string mode);

Index | Previous topic | Next topic