Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.56 KB

HopperScripts

**HopperScripts** ===

The script stash for Hopper Disassembler. Contribute a script today!

To Install:

OS X One Liner:

$ git clone https://github.com/phracker/HopperScripts ~/Library/Application\ Support/Hopper/Scripts/HopperScripts && mv ~/Library/Application\ Support/Hopper/Scripts/HopperScripts/* ~/Library/Application\ Support/Hopper/Scripts/ && rm -rf ~/Library/Application\ Support/Hopper/Scripts/HopperScripts

Manual Install / Other Platforms: Download, unzip to Hopper's scripts folder.

Check out the Hopper Scripting Reference if you're new to scripting for Hopper.

Credits:

  • Demangle Strings.py was sourced from github user NetsourceLabs.
  • WS2_32.dll Ordinals to Names.py by chort
  • Add CFString Inline Comments.py, Create Procedures ARM.py, Hopper GDB to GDB.py, and Read Class Dump.py from here.
  • Generate PseudoCode.py by hexploitable
  • Find C Strings (ASCII).py by BobuSumisu
  • The remainder of these scripts were authored by various members of MSJ.

Related Links