Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 592 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 592 Bytes

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