Class Decompile
Class Decompile is a python script for Hopper Disassembler. This script can export pseudo code of the classes.
How to use
-
Move the
Class Decompile.py
file into the~/Library/Application Support/Hopper/Scripts
directory. -
Drag the executable file to Hopper and wait for the analysis to be completed.
-
Hopper will pop up a message box, you can choose the decompile type:
-
If you choose Decompile One Class, the following box will appear:
Enter a class name, click the OK button to decompile that class. -
The decompiled pseudo-code stored in the
~/ClassDecompiles
directory.