# HopperScripts
**Repository Path**: mirrors_phracker/HopperScripts
## Basic Information
- **Project Name**: HopperScripts
- **Description**: Python Scripts for use with Hopper Disassembler
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-07
- **Last Updated**: 2026-01-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
**HopperScripts**
===
The script stash for Hopper Disassembler. Contribute a script today!
To Install:
---
OS X: `$ curl -sL http://git.io/vqHHE | bash`
Manual Install / Other Platforms: [Download](https://github.com/phracker/HopperScripts/archive/master.zip), unzip to Hopper's Scripts folder.
Check out the [Hopper Scripting Reference](https://github.com/phracker/HopperScripts/wiki/Hopper-Script-Reference) if you're new to scripting for Hopper.
Credits:
---
* Demangle Strings.py was sourced from github user [NetsourceLabs](https://github.com/NetsourceLabs/HopperScripts).
* WS2_32.dll Ordinals to Names.py by [chort](https://www.effu.se/2012/12/Scripting-Hopper-Disassembler---WS2_32.dll-Ordinals-to-Names)
* Add CFString Inline Comments.py, Create Procedures ARM.py, Hopper GDB to GDB.py, and Read Class Dump.py from [here](https://code.google.com/p/useful-hopper-scripts/).
* Generate PseudoCode.py by [hexploitable](https://github.com/hexploitable/hopperScripts)
* Find C Strings (ASCII).py by [BobuSumisu](https://github.com/BobuSumisu/HopperScripts)
* The remainder of these scripts were authored by various members of MSJ.
Related Links
---
* [agatti's Hopper 3 Plugins](https://github.com/agatti/hopper-plugins)