/Code-Injection

Code Injection + Hooking sample

Primary LanguageCGNU General Public License v3.0GPL-3.0

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