├── Add CFString Inline Comments.py ├── Address To Clipboard.py ├── Annotation Export.py ├── Annotation Import.py ├── Comment String XREFs.py ├── Copy Hexadecimal.py ├── Create Procedures ARM.py ├── Create Procedures.py ├── Demangle Strings.py ├── Disassemble instruction.py ├── Find ARM Branch-To-Self.py ├── Find Beginning of Procedure.py ├── Find C Strings (ASCII).py ├── Find C Strings (Unicode).py ├── Generate PseudoCode.py ├── Get relative address.py ├── Hopper GDB to GDB.py ├── Insert JMP.py ├── Insert NOP.py ├── Insert string.py ├── Invert Conditional JMP.py ├── Label ARM Exception Vectors.py ├── Make JMP unconditional.py ├── Memcpy Helper.py ├── NOP Selection.py ├── Ordinals to Names.py ├── PE Function Renamer.py ├── README.md ├── Read Class Dump.py ├── Rename PLT.py ├── Return False.py ├── Return True.py ├── To String.py ├── WS2_32.dll Ordinals to Names.py ├── comctl32.txt ├── list-pe-exports.py ├── oleaut32.txt ├── ws2_32.txt └── wsock32.txt /Add CFString Inline Comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Add CFString Inline Comments.py -------------------------------------------------------------------------------- /Address To Clipboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Address To Clipboard.py -------------------------------------------------------------------------------- /Annotation Export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Annotation Export.py -------------------------------------------------------------------------------- /Annotation Import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Annotation Import.py -------------------------------------------------------------------------------- /Comment String XREFs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Comment String XREFs.py -------------------------------------------------------------------------------- /Copy Hexadecimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Copy Hexadecimal.py -------------------------------------------------------------------------------- /Create Procedures ARM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Create Procedures ARM.py -------------------------------------------------------------------------------- /Create Procedures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Create Procedures.py -------------------------------------------------------------------------------- /Demangle Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Demangle Strings.py -------------------------------------------------------------------------------- /Disassemble instruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Disassemble instruction.py -------------------------------------------------------------------------------- /Find ARM Branch-To-Self.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Find ARM Branch-To-Self.py -------------------------------------------------------------------------------- /Find Beginning of Procedure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Find Beginning of Procedure.py -------------------------------------------------------------------------------- /Find C Strings (ASCII).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Find C Strings (ASCII).py -------------------------------------------------------------------------------- /Find C Strings (Unicode).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Find C Strings (Unicode).py -------------------------------------------------------------------------------- /Generate PseudoCode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Generate PseudoCode.py -------------------------------------------------------------------------------- /Get relative address.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Get relative address.py -------------------------------------------------------------------------------- /Hopper GDB to GDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Hopper GDB to GDB.py -------------------------------------------------------------------------------- /Insert JMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Insert JMP.py -------------------------------------------------------------------------------- /Insert NOP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Insert NOP.py -------------------------------------------------------------------------------- /Insert string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Insert string.py -------------------------------------------------------------------------------- /Invert Conditional JMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Invert Conditional JMP.py -------------------------------------------------------------------------------- /Label ARM Exception Vectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Label ARM Exception Vectors.py -------------------------------------------------------------------------------- /Make JMP unconditional.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Make JMP unconditional.py -------------------------------------------------------------------------------- /Memcpy Helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Memcpy Helper.py -------------------------------------------------------------------------------- /NOP Selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/NOP Selection.py -------------------------------------------------------------------------------- /Ordinals to Names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Ordinals to Names.py -------------------------------------------------------------------------------- /PE Function Renamer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/PE Function Renamer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/README.md -------------------------------------------------------------------------------- /Read Class Dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Read Class Dump.py -------------------------------------------------------------------------------- /Rename PLT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Rename PLT.py -------------------------------------------------------------------------------- /Return False.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Return False.py -------------------------------------------------------------------------------- /Return True.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/Return True.py -------------------------------------------------------------------------------- /To String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/To String.py -------------------------------------------------------------------------------- /WS2_32.dll Ordinals to Names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/WS2_32.dll Ordinals to Names.py -------------------------------------------------------------------------------- /comctl32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/comctl32.txt -------------------------------------------------------------------------------- /list-pe-exports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/list-pe-exports.py -------------------------------------------------------------------------------- /oleaut32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/oleaut32.txt -------------------------------------------------------------------------------- /ws2_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/ws2_32.txt -------------------------------------------------------------------------------- /wsock32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phracker/HopperScripts/HEAD/wsock32.txt --------------------------------------------------------------------------------