AntiDebug LIB Function Reference

GJ_strcat
GJ_strcat_demo
GJ_wcscat

 

Syntx

        char* GJ_strcat( char *strDestination, const char *strSource )
        char* GJ_strcat_demo( char *strDestination, const char *strSource )

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

    GJ_strcat and GJ_strcat_demo are compatible with Run-Time Library function strcat
    GJ_wcscat is compatible with Run-Time Library function wcscat.

    The more information please to reference MSDN Library.