Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xsscx/3e20aaa16e6e4f7569cede7dfca66eba to your computer and use it in GitHub Desktop.
Save xsscx/3e20aaa16e6e4f7569cede7dfca66eba to your computer and use it in GitHub Desktop.
SRD Print Default Magic Numbers from ./example-cryptex/
#!/bin/sh
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/hello
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/toybox
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/simple-shell
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/simple-server
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/nvram
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/debugserver
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/cryptex-run
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/frida-server
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/libclang_rt.ubsan_ios_dynamic.dylib
hexdump -n 4 com.example.cryptex.dstroot/usr/bin/libclang_rt.asan_ios_dynamic.dylib
hexdump -n 4 com.example.cryptex.dstroot/usr/lib/frida/frida-agent.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment