therealchjones / mffer

Marvel Future Fight exploration & reporting
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Ghidra headless does not note when python scripts throw exception #248

Open therealchjones opened 1 year ago

therealchjones commented 1 year ago

This is handled by searching the output for scripts I make, but that does not catch errors in the il2cpp.py script created by Il2CppInspector. Still able to manually identify errors in debug (-vv) mode.

therealchjones commented 1 year ago

Do they fail when a script throws a java exception? I.e., will switching to a java script and getting rid of jython solve this?