Files
2022-06-09 10:00:20 +00:00
..
2022-06-09 10:00:20 +00:00
2022-06-09 10:00:20 +00:00
2021-10-14 14:41:38 +00:00
2021-10-15 05:33:54 +00:00
2021-10-15 05:33:54 +00:00
2021-10-14 14:41:38 +00:00
2021-10-15 05:33:54 +00:00
2021-10-14 15:06:30 +00:00

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