Skip to content

raigorx/MinHoookDll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minhook simple dll attach example

Based on https://shubakki.github.io/posts/2022/12/detecting-and-evading-sandboxing-through-time-based-evasion/

Simple minhook example via run-time dynamic linking for fun and learning

How to Build/Compile

Code structure

  • MinHookClient console win app that load the MinHoookDll
  • MinHoookDll dll that hooks NtDelayExecution on DLL_PROCESS_ATTACH