AntiDebug LIB Function Reference

GJ_memcpy
GJ_memcpy_demo

 

    Syntx

        void* GJ_memcpy(void *dest, const void *src, size_t count)
        void* GJ_memcpy_demo(void *dest, const void *src, size_t count)

    GJ_memcpy and GJ_memcpy_demo are compatible with Run-Time Library function memcpy .
 
 The more information about memcpy funcion please to reference MSDN Library.