mirror of
https://github.com/wiiu-env/ROBChain.git
synced 2025-01-08 08:10:38 +01:00
12 lines
179 B
Makefile
12 lines
179 B
Makefile
|
all: exploit.mscsb
|
||
|
|
||
|
clean:
|
||
|
rm exploit.mscsb payload.s
|
||
|
|
||
|
exploit.mscsb: payload.s Scripts script_0.s
|
||
|
python3 ../pymsc/asm.py
|
||
|
|
||
|
payload.s: payload.bin
|
||
|
python3 generate_payload.py
|
||
|
|