HopperScripts icon indicating copy to clipboard operation
HopperScripts copied to clipboard

Python Scripts for use with Hopper Disassembler

Results 5 HopperScripts issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine Demangle Strings.py and observe `insturction`, however expect to see `instruction`. - Examine Demangle Strings.py and...

Hello everyone, I'm a beginner at Hopper, can you write instructions on how to install scripts and how to use them ?

I am debugging a DLL file which uses WS32_DLL functionality on Linux (x64) using HopperV4. Trying to run your Orinal -> Name plugins I run into some errors. Hopefully you...

It seems that the automatic installation script has trouble running on macOS 10.13 due to the lack of `tempfile`. It can be run by using `mktemp` instead.

https://github.com/phracker/HopperScripts/wiki/Hopper-Script-Reference `ask()` is documented. `askFile()` is used in `Annotation Export.py` and `Annotation Import.py` but not documented. (I tried to edit the wiki but I see an ugly mash of ` `...