Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 444 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 444 Bytes

Code-Injection

This repository is a sample of Code Injection and several hooking techniques.

How to used?

Have a target.exe and main.exe in folder. It is Windows GUI program. Click the Click me! button to show message box. If you not hooked, show the Not Hooked message in message box. If you hooked, show the Hooked..! message in message box.

What is hooking?

Hooking is The act of taking control of a particular function