znone / call_thunk

Take the member function of the C++ class as the callback function of the C function
Apache License 2.0
36 stars 9 forks source link

some errors #5

Open yiz6688 opened 11 months ago

yiz6688 commented 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