AntiDebug LIB Function Reference

GJ_load_custom_founction
GJ_load_custom_founction_demo

 

Syntx

        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
                                                            )

Parameters

        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.

Returns


    
Return the pointer of a buffer where the decrypted code of custom function is saved if the GJ_OpenFile function succeeds ; NULL otherwise.

Remarks

   The more informations please to reference Atidebug_demo demo programme.