Skip to content

Instantly share code, notes, and snippets.

@cowpod
cowpod / find_offsets.sh
Last active December 25, 2017 18:04 — forked from uroboro/find_offsets.sh
v0rtex offset finder script. Handles multiple kernelcaches
#!//bin/sh
export PATH=bin:$PATH
self=$0
function print_help() {
echo "$self [IPSW path]"
echo "$self [device model] [ios build]"
echo