https://github.com/astropilot/functionhookingcourse
Light course on "Function Hooking" for my Software Security module. Powerpoint + demo included
https://github.com/astropilot/functionhookingcourse
course hook-functions hooking school-project security-vulnerability
Last synced: 24 days ago
JSON representation
Light course on "Function Hooking" for my Software Security module. Powerpoint + demo included
- Host: GitHub
- URL: https://github.com/astropilot/functionhookingcourse
- Owner: Astropilot
- License: mit
- Created: 2022-01-13T16:12:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T19:22:05.000Z (over 4 years ago)
- Last Synced: 2025-01-14T06:13:24.315Z (over 1 year ago)
- Topics: course, hook-functions, hooking, school-project, security-vulnerability
- Language: C++
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Function Hooking Course
About •
Demo Usage •
References and Authors •
License
## About
As part of my software security course at ISEP, we had to do a presentation on a low-level security flaw. We chose Function Hooking as a topic because it is for me a game hacking topic that I am passionate about.
This github repository contains the powerpoint support (in pdf) used for the presentation as well as the source code and the binary files of the demonstration presented in class.
## Demo Usage
If you want to directly test the demo the pre-compiled binaries are available in the `DemoBinairies` folder, they have been compiled under Windows 10 and should work on 32 and 64 bits machines.
The source code of the demo files are also available in the `DemoCode` folder, this is a Visual Studio solution containing two projects, the target program and the malicious program that will perform the detour. You can easily modify and compile this solution. However, be careful to change the address of the function to be detoured because its address may change during a recompilation.
## References and Authors
* [How to Hook Functions - Code Detouring Guide / Guided Hacking](https://guidedhacking.com/threads/how-to-hook-functions-code-detouring-guide.14185/?__cf_chl_f_tk=BkO8RJrrLTrzeAjIDoDRzIU1FPQGjkB.5cW6Jge23A8-1642420247-0-gaNycGzNB6U)
* [x86 API Hooking Demystified / Jurriaan Bremer](http://jbremer.org/x86-api-hooking-demystified/)
* [Analysis and detection of online game cheating software / Tomas Curda](https://is.muni.cz/th/qe1y3/bk.pdf)
Presentation created by:
* Yohann MARTIN
* Augustin Rousset-Rouviere
* Matteo Daluz
* Rohail Shabbir
* Nathan Longa
## License
MIT - See LICENSE file