Skip to content

Light course on "Function Hooking" for my Software Security module. Powerpoint + demo included

License

Notifications You must be signed in to change notification settings

Astropilot/FunctionHookingCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function Hooking Course

MIT License

AboutDemo UsageReferences and AuthorsLicense

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

Presentation created by:

  • Yohann MARTIN
  • Augustin Rousset-Rouviere
  • Matteo Daluz
  • Rohail Shabbir
  • Nathan Longa

License

MIT - See LICENSE file

About

Light course on "Function Hooking" for my Software Security module. Powerpoint + demo included

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published