Skip to content

Commit

Permalink
Add hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Headline committed May 21, 2024
1 parent c510646 commit b4564b8
Show file tree
Hide file tree
Showing 15 changed files with 68,647 additions and 49 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SafetyHook

## SM Compatibility notes
This is hacked apart to build on c++11 - execute |python amalgamate.py --polyfill| to regenerate the files used by sourcemod

## Intro

SafetyHook is a **C++23** procedure hooking library for Windows x86 and x86_64 systems. It aims to make runtime procedure hooking as safe as possible while maintaining simplicity of its implementation. To that end it currently does:

* Stops all other threads when creating or deleting hooks
Expand Down
Loading

0 comments on commit b4564b8

Please sign in to comment.