Files
2021-10-14 15:06:30 +00:00

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