| AntiDebug LIB Function Reference | |
GJ_free_custom_founction |
BOOL GJ_free_custom_founction(BYTE* _custom_founction,int custom_founction_length)
BOOL GJ_free_custom_founction_demo(BYTE* _custom_founction,int custom_founction_length)
_custom_founction
The pointer returned by GJ_load_custom_founction.
custom_founction_length
The size of custom function code.
TRUE If
the GJ_free_custom_founction (or GJ_free_custom_founction_demo) function succeeds
; FALSE otherwise.
The more informations please to reference Atidebug_demo demo programme.