Class-Decompile icon indicating copy to clipboard operation
Class-Decompile copied to clipboard

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

Results 6 Class-Decompile issues
Sort by recently updated
recently updated
newest added

File "/Users/momo/Library/Application Support/Hopper/Scripts/Class Decompile.py", line 105 print 'total count :', total_count ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? >>> File "", line 0 SyntaxError: invalid...

/home/用户名/GNUstep/Library/ApplicationSupport/Hopper/Scripts

tips

ERROR: Traceback (most recent call last): File "Class Decompile", line 145, in File "Class Decompile", line 78, in start_decompile AttributeError: 'NoneType' object has no attribute 'getProcedureCount'

bug
fixed

1、fix compilation errors; 2、Improve evecution speed using multithreading. 1、修复编译错误; 2、使用多线程提高执行速度。