This website requires JavaScript.
Explore
Help
Sign In
UNLOZE
/
sm-ext-dhooks2
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
b6382f1c27caa11ddf22e0f4c80833dc9c28b777
sm-ext-dhooks2
/
DynamicHooks
T
History
Peace-Maker
8221a6522b
Save this pointer on windows after calling original function
...
ecx might get cleared before the original function returns leading to garbage in the post handler.
2016-12-13 17:47:59 -07:00
..
conventions
Save this pointer on windows after calling original function
2016-12-13 17:47:59 -07:00
asm.cpp
First draft of dynamic detours using Ayuto's DynamicHooks library
2016-12-11 22:02:10 -07:00
asm.h
First draft of dynamic detours using Ayuto's DynamicHooks library
2016-12-11 22:02:10 -07:00
convention.h
Save this pointer on windows after calling original function
2016-12-13 17:47:59 -07:00
hook.cpp
Save this pointer on windows after calling original function
2016-12-13 17:47:59 -07:00
hook.h
Fix overriding return value
2016-12-13 17:45:22 -07:00
manager.cpp
Don't use std::list at all in DynamicHooks
2016-12-13 17:37:12 -07:00
manager.h
Don't use std::list at all in DynamicHooks
2016-12-13 17:37:12 -07:00
registers.cpp
Don't use std::list at all in DynamicHooks
2016-12-13 17:37:12 -07:00
registers.h
Don't use std::list at all in DynamicHooks
2016-12-13 17:37:12 -07:00
utilities.cpp
First draft of dynamic detours using Ayuto's DynamicHooks library
2016-12-11 22:02:10 -07:00
utilities.h
First draft of dynamic detours using Ayuto's DynamicHooks library
2016-12-11 22:02:10 -07:00