Skip to content

Instantly share code, notes, and snippets.

@cokia
Last active January 25, 2019 07:06
Show Gist options
  • Save cokia/aa5c4e91a356e8fd0b418589378e4f36 to your computer and use it in GitHub Desktop.
Save cokia/aa5c4e91a356e8fd0b418589378e4f36 to your computer and use it in GitHub Desktop.
ROOTCTF 2018 - FORMAT Write up
t=bytearray(open("Format.PNG","rb").read())
for i in range(len(t)):
if t[i] == 0x10:
t[i]=0x00
elif t[i] == 0x00:
t[i] = 0x10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment