-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 641958d Rearrange fns to make merge back cleaner. commit 801f8e4 Fix benign warning. commit 8d2a092 Clean up hooking. Detours is now used only for add_jmp; add_iat is back to using hook_iat. This also removes the need for detach(), since undoing a hook_iat is simple. commit 7e30cfb Repair our IAT after hooking. Clink is working now, using Detours. commit 71186e4 Use Detours to hook APIs. This compiles and runs, but isn't hooking kernelbase!ReadConsoleW quite right yet and so it isn't intercepting CMD's calls yet. And it isn't repairing the IAT correctly yet.
- Loading branch information
1 parent
ff8401c
commit a168e86
Showing
21 changed files
with
13,304 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.