Skip to content

Commit

Permalink
Huehue
Browse files Browse the repository at this point in the history
  • Loading branch information
everdox authored Jul 23, 2019
1 parent 6000526 commit c3c66c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,4 @@ After this, we walk up the stack to locate magic values, in order to filter out

![Logging syscalls](/resources/infinityhook_log.gif)

The sample code provided is for system calls only, and as mentioned above, it's up to the reader to implement it for other events. This sample was also only quickly whipped up and tested for 1903 and 1803. The stack walk function may need to be tweaked for earlier Windows 10 builds and 7/8.

We could have just ripped examples from the products that have used `InfinityHook` for the last 7 years but that wouldn't be fair ;).
The sample code provided is for system calls only, and as mentioned above, it's up to the reader to implement it for other events. This sample was also only quickly whipped up and tested for 1903 and 1803. The stack walk function may need to be tweaked for earlier Windows 10 builds and 7.

0 comments on commit c3c66c9

Please sign in to comment.