AntiDebug LIB Function Reference

GJ_OpenFile

Syntx

    BOOL GJ_OpenFile(char* filename,UINT filepointer)

Parameters

   filename

    Pointer to a null-terminated string that specifies the name of the file.

   filepointer

      The file pointer of an open file.

Returns

    TRUE If the GJ_OpenFile function succeeds ; FALSE otherwise.

Remarks

    filename -- must include absolute path, and the path must already existed. for example:"c:\\antidebug_file"
    filepointer --set file pointer in bytesize from begain.
    If the file already exists, open it. If it does not, create the given file.