Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define TOC 0x1BD3268
- opd_s printf_stub = { 0x0146C76C, TOC };
- int(*printf)(const char * format, ...) = (int(*)(const char*, ...))&printf_stub;
- opd_s snprintf_stub = { 0x0146C7FC, TOC };
- int(*snprintf)(char * s, size_t n, const char * format, ...) = (int(*)(char*, size_t, const char*, ...))&snprintf_stub;
- opd_s strtok_stub = { 0x01467C24, TOC };
- char*(*strTok)(char * str, const char * delimiters) = (char*(*)(char*, const char*))&strtok_stub;
- opd_s rand_stub = { 0x01467500, TOC };
- int(*rand)(void) = (int(*)(void))&rand_stub;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement