Open yiz6688 opened 11 months ago
thunk_code_x64.cpp line 257 if(argc > 4) should be modified to if(argc >= 4) otherwise, the stack space will be destroyed
thunk_code_x64.cpp line 257 if(argc > 4) should be modified to if(argc >= 4) otherwise, the stack space will be destroyed