| AntiDebug LIB Function Reference | |
GJ_load_custom_founction |
BYTE* GJ_load_custom_founction(
BYTE* custom_founction_code,
int
custom_founction_length
)
BYTE* GJ_load_custom_founction_demo(
BYTE* custom_founction_code,
int
custom_founction_length
)
custom_founction_code
The pointer of a buffer where the encrypted code of custom function is saved .
custom_founction_length
The size of custom function code.
Return the pointer of a buffer where the decrypted code of custom function is saved if
the GJ_OpenFile function succeeds
; NULL otherwise.
The more informations please to reference Atidebug_demo demo programme.