AntiDebug LIB Function Reference

GJ_free_custom_founction
GJ_free_custom_founction_demo

 

Syntx

        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)

Parameters

        _custom_founction

            The pointer returned by GJ_load_custom_founction.

        custom_founction_length

            The size of custom function code.

Returns


       
TRUE If the GJ_free_custom_founction (or GJ_free_custom_founction_demo) function succeeds ; FALSE otherwise.

Remarks

   The more informations please to reference Atidebug_demo demo programme.