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

Recognize x64 __vectorcall #3

Closed sylveon closed 4 years ago

sylveon commented 4 years ago

Also, should stop relying on default calling convention (specifying any calling convention keyword on x64/ARM/ARM64 will make it use the normal convention for that architecture)