mirror of
https://github.com/skerkour/black-hat-rust
synced 2026-06-08 17:29:34 +00:00
336 B
336 B
Cross-platform shellcode in Rust
Setup
$ make docker
Usage
x86_64
$ make hello_world_x86_64
$ make dump_hello_world_x86_64
$ make execute_x86_64
Aarch64
$ make hello_world_aarch64
$ make dump_hello_world_aarch64
$ make execute_aarch64
Clean
$ make clean