More organization

This commit is contained in:
jam1garner 2019-01-18 13:58:28 -05:00
parent 37a2c1dbc4
commit 7739c4b510
8 changed files with 9 additions and 5 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "pymsc"]
path = pymsc
url = https://github.com/jam1garner/pymsc

View File

@ -1,3 +1,3 @@
:script_0.txt
string.txt
|mario.mscsb
:script_0.s
payload.s
|exploit.mscsb

View File

@ -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

@ -0,0 +1 @@
Subproject commit dfaf2f4fcc1130a20bc76c9b5ee2e42da274d42e