In case you want to hook Object Methods , Delphi Detours Library now support Object Method .. for more information check the new demo .
In case you want to hook Object Methods , Delphi Detours Library now support Object Method .. for more information check the new demo .
#hooking
#detours
https://code.google.com/p/delphi-detours-library/source/browse/#svn%2Ftrunk%2FDemo%2FHookObject
#hooking
#detours
https://code.google.com/p/delphi-detours-library/source/browse/#svn%2Ftrunk%2FDemo%2FHookObject
Hello, can you explain, can DDL hook all api calls from any windows processes, or only for process which used this library?
ReplyDeleteAlex Egorov Actually the library works only with the process that used the library .
ReplyDeleteIn case you want to make it works with others process .. you need to build a dll and inject this one into the target process .
Thank you for your answer!
ReplyDelete