AntiDebug LIB Function Reference

GJ_strcpy
GJ_strcpy_demo
GJ_wcscpy

 

    Syntx

        char* GJ_strcpy( char *strDestination, const char *strSource )
        char* GJ_strcpy_demo( char *strDestination, const char *strSource )

        wchar_t* GJ_wcscpy( wchar_t *strDestination, const wchar_t *strSource )

    GJ_strcpy and GJ_strcpy_demo are compatible with Run-Time Library function strcpy .
    GJ_wcscpy is compatible with Run-Time Library function wcscpy.

    The more information please to reference MSDN Library.