Skip to content

Latest commit

 

History

History

Payload_Placement

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Payload Placement 🦀

Overview

Storing a shellcode in the .text section and then executing it. The .text can be executed directly because it stores variables with executable memory permissions.

Usage

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

cargo run
target/release/payload_placement.exe