jungjin0003 / Code-Injection

Code Injection + Hooking sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code Injection + Hooking sample

License:GNU General Public License v3.0


Languages

Language:C 100.0%