https://github.com/cocomelonc/2021-11-30-basic-hooking-1
Classic 5-byte hook example. C++
https://github.com/cocomelonc/2021-11-30-basic-hooking-1
Last synced: 22 days ago
JSON representation
Classic 5-byte hook example. C++
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-11-30-basic-hooking-1
- Owner: cocomelonc
- Created: 2021-12-01T03:21:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T03:30:17.000Z (over 3 years ago)
- Last Synced: 2025-04-11T03:53:07.350Z (22 days ago)
- Language: C++
- Size: 39.1 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows API hooking example
Simple code of "classic" 5-byte hooking technique. C++ example.
[https://cocomelonc.github.io/tutorial/2021/11/30/basic-hooking-1.html](https://cocomelonc.github.io/tutorial/2021/11/30/basic-hooking-1.html)