AntiDebug LIB Function Reference

GJ_strstr
GJ_wcsstr

 

Syntx

        char* GJ_strstr( const char *string, const char *strCharSet )

        wchar_t* GJ_wcsstr( const wchar_t *string, const wchar_t *strCharSet )

    GJ_strstr is compatible with Run-Time Library function strstr
    GJ_wcsstr is compatible with Run-Time Library function wcsstr.

    The more information please to reference MSDN Library.