Skip to content

Latest commit

 

History

History

Module_Stomping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Module Stomping 🦀

Overview

The Module Stomping technique is a way of mapping or loading a DLL in your process or in another process and then retrieving the AddressOfEntryPoint address to replace it with its shellcode and execute it.

Usage

You can run with cargo run or the compiled binary directly:

cargo run
target/release/module_stomping.exe

References