automatic renaming of keywords in decompiler.


git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1353 379699f6-c40d-0410-875b-85095c16579e
master
hoenicke 23 years ago
parent 25339761a8
commit d3f133999f
  1. 2
      jode/TODO

@ -5,6 +5,7 @@ Decompiler:
- outline inlined methods.
- remove string decrypt method.
- remove synthetic methods if and only if all calls to them are resolved.
- rename keywords to safe names.
~ handle try catch more thouroughly/safely.
~ decompile jode.jvm.Interpreter (hand optimized bytecode)
@ -53,6 +54,7 @@ User Interface:
- show usage of method/fields.
- syntax highlighting, hyper links etc.
(look at java.swing.JEditorPane or at Java Insight)
- as a first approximation use HTML code and a JHTMLPane
- visual obfuscation/deobfuscation (like klassmaster?, better?)
Internal:

Loading…
Cancel
Save