Skip to content

Instantly share code, notes, and snippets.

@armcknight
Last active April 25, 2023 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armcknight/1fab1d792192133b1c814407609c9801 to your computer and use it in GitHub Desktop.
Save armcknight/1fab1d792192133b1c814407609c9801 to your computer and use it in GitHub Desktop.
Collection of useful terminal commands
# from @danielpunkass: Here’s my shorthand trick for dumping a binary
# to see the context of where the ObjC methods are implemented, even
# if they don’t export debugger symbols:
otool -ov <binaryname> | grep -A 3 <methodName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment