Closed ScalletaZ closed 8 years ago
You can try to use declytype to replace auto but it will be a pain. This was made for vs2015
just thought you could change a way so that PolyHook would work for all version complier. :)
I just removed this function :D
But how to rebuild capstone.lib
Removing this function is a bad solution, it is required if you use any veh hook types. To compile capstone clone the branch on my profile and follow the build instructions given on the latest capstone web page
I have rebuild capstone lib for vs 2013. Remove some features(I just need Detour feature). So if need just this you could use my fork.
auto GetProtectionObject() { //Return an object to restore INT3_BP after callback is done return finally([&]() {
'auto' gives error