2Trepidatious

Results 2 comments of 2Trepidatious

You should be able to replicate it by taking any testing code you already have and just add a `char test[10000];` to one of the functions. The solution is likely...

Actually, the above may not be fully true. Here is a better way to replicate the issue: ``` #include #include "peb_lookup.h" #define CHAR_NUM 10000 int main(void) { LPVOID kernel32_handle =...