diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-12-02 00:59:53 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-12-02 00:59:53 (GMT) |
commit | 957f50b657456c4c7da2778197c144548eded8cd (patch) | |
tree | 9aea0e8ffb4dc62b23fd324b55910916cef95167 /ChangeLog | |
parent | f2d479c16a427696790441fa1459e7194f49bb6a (diff) |
Improved the rendering of decompiled Dex code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@196 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +10-12-02 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/decomp/decompiler.c: + Change debug code. + + * src/analysis/routine.c: + * src/analysis/routine.h: + Print decompiled code of routines. + + * src/analysis/type.h: + Fix included headers. + + * src/arch/immediate.c: + * src/decomp/expr/arithm.c: + * src/decomp/expr/array.c: + * src/decomp/expr/assign.c: + * src/decomp/expr/call.c: + * src/decomp/expr/pseudo.c: + Fix output area (BLC_ASSEMBLY -> BLC_ASSEMBLY_HEAD). + + * src/decomp/lang/java.c: + * src/decomp/output.c: + * src/decomp/output.h: + * src/decomp/output-int.h: + Extend the output features. + + * src/format/dex/class.c: + * src/format/dex/class.h: + * src/format/dex/dex.c: + * src/format/dex/method.c: + * src/format/dex/method.h: + Improve the rendering of decompiled Dex code. + + * src/format/format.c: + Change debug code. + + * src/format/format.h: + Fix included headers. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Add the RTT_KEY_WORD rendering attribute. + + * src/gtkext/gtkbufferview.c: + Avoid a crash by adding the needed scrolling function. + 10-11-28 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |