From d3f133999fcb6fcd13c12d5e5684d9c7ce2347d8 Mon Sep 17 00:00:00 2001 From: hoenicke Date: Tue, 13 Nov 2001 18:18:57 +0000 Subject: [PATCH] HTML view automatic renaming of keywords in decompiler. git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1353 379699f6-c40d-0410-875b-85095c16579e --- jode/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jode/TODO b/jode/TODO index c24430e..d768a38 100644 --- a/jode/TODO +++ b/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: