Search found 1 match
- Sat Feb 23, 2019 3:17 am
- Forum: Technical questions
- Topic: VMProtect Ultimate for Cheats
- Replies: 5
- Views: 15504
Re: VMProtect Ultimate for Cheats
Just a note re: exception handling: on x64 it is possible to have limited support for exceptions due to the unwind data present in the PE. For this you can add an assembly stub to your injector that executes before DllMain and calls RtlAddFunctionTable , where FunctionTable is a pointer to the IMAGE...