Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 852 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 852 Bytes

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