AntiDebugLIB Function Reference
Http://www.antidebuglib.com

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

   For more informations please refer to Atidebug_demo demo project and the article "Programming Guide".

 

 

© Copyright 2008 AntiDebugLIB International Inc. All Rights Reserved