Skip to content

filippofinke/HookDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HookDemo

Simple function hooking demo.

Introduction

In this repository there is a simple example of function hooking. The Demo application contains a function called Print(). A hook will be put to this function by injecting the dll called DLL.

Scheme

Finding the instruction to hook with IDA

IDA

Without Hook

Without hook

With Hook

Without hook

Debug of the DLL

Debug

Releases

No releases published

Packages

No packages published

Languages