AntiDebug LIB Function Reference

GJ_strchr
GJ_wcschr

 

Syntx

        char* GJ_strchr( const char *string, int c )

        wchar_t* GJ_wcschr( const wchar_t *string, wint_t c )

    GJ_strchr is compatible with Run-Time Library function strchr
    GJ_wcschr is compatible with Run-Time Library function wcschr.

    The more information please to reference MSDN Library.