sylveon / member_thunk

Dynamically creates executable code to allow C callbacks to call C++ member functions without the need for a user data parameter
MIT License
13 stars 2 forks source link

Call RtlAddFunctionTable when creating a thunk to allow unwinding #1

Open sylveon opened 4 years ago

sylveon commented 4 years ago

https://docs.microsoft.com/en-us/windows/win32/api/winnt/nf-winnt-rtladdfunctiontable

sylveon commented 4 years ago

Should look at compiler generated function table entry