mirror of
https://github.com/wiiu-env/ROBChain.git
synced 2024-11-16 15:59:14 +01:00
Add Makefile for building
This commit is contained in:
parent
8f21b993cb
commit
796646facf
11
kexploit/Makefile
Normal file
11
kexploit/Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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
|
||||||
|
|
BIN
kexploit/exploit.mscsb
Normal file
BIN
kexploit/exploit.mscsb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user