AntiDebug LIB Function Reference

GJ_memset
GJ_memset_demo

 

    Syntx

       void* GJ_memset( void *dest, int c, size_t count )
       void* GJ_memset_demo( void *dest, int c, size_t count )

   GJ_memset and GJ_memset_demo are compatible with Run-Time Library function memset .
 
 The more information about memset funcion please to reference MSDN Library.