• Stars
    star
    200
  • Rank 194,159 (Top 4 %)
  • Language
    Python
  • Created over 8 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Class Decompile is a python script for Hopper Disassembler. This script can export pseudo code of the classes.

Class Decompile

Class Decompile is a python script for Hopper Disassembler. This script can export pseudo code of the classes.

How to use

  1. Move the Class Decompile.py file into the ~/Library/Application Support/Hopper/Scripts directory.

  2. Drag the executable file to Hopper and wait for the analysis to be completed.

  3. Click the menu button Scripts -> Class Decompile:
    image

  4. Hopper will pop up a message box, you can choose the decompile type: image

  5. If you choose Decompile One Class, the following box will appear: image
    Enter a class name, click the OK button to decompile that class.

  6. The decompiled pseudo-code stored in the ~/ClassDecompiles directory.