mirror of
https://github.com/wiiu-env/ROBChain.git
synced 2024-12-04 15:54:19 +01:00
More organization
This commit is contained in:
parent
37a2c1dbc4
commit
7739c4b510
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "pymsc"]
|
||||
path = pymsc
|
||||
url = https://github.com/jam1garner/pymsc
|
@ -1,3 +1,3 @@
|
||||
:script_0.txt
|
||||
string.txt
|
||||
|mario.mscsb
|
||||
:script_0.s
|
||||
payload.s
|
||||
|exploit.mscsb
|
||||
|
@ -1,4 +1,4 @@
|
||||
with open('string.bin', 'rb') as stringFile:
|
||||
with open('string.txt', 'w') as f:
|
||||
with open('payload.bin', 'rb') as stringFile:
|
||||
with open('payload.s', 'w') as f:
|
||||
for byte in stringFile.read():
|
||||
print('byte %s' % hex(byte), file=f)
|
Binary file not shown.
1
pymsc
Submodule
1
pymsc
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit dfaf2f4fcc1130a20bc76c9b5ee2e42da274d42e
|
Loading…
Reference in New Issue
Block a user