diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -1,3 +1,53 @@ +13-01-31 Cyrille Bagard <nocbos@gmail.com> + + * plugins/androhelpers/switch.c: + Store the case value with the link of each switch case. + + * src/analysis/blocks/flow.c: + Update code. + + * src/analysis/decomp/il.c: + Save the first steps of switch instructions decompilation. + + * src/analysis/disass/macro.c: + Update code. + + * src/arch/dalvik/decomp/if.c: + Typo. + + * src/arch/dalvik/decomp/Makefile.am: + Add the 'switch.[ch]' files to libarchdalvikdecomp_la_SOURCES. + + * src/arch/dalvik/decomp/switch.c: + * src/arch/dalvik/decomp/translate.h: + * src/arch/dalvik/instruction.c: + Decompile Dalvik switch instructions. + + * src/arch/dalvik/opcodes/switch.c: + Typo. + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + Store extra information with links between instructions. + + * src/decomp/expr/immediate.c: + Add a note for later. + + * src/decomp/instr/ite.c: + * src/decomp/instr/ite.h: + Typo. + + * src/decomp/instr/Makefile.am: + Add the 'switch.[ch]' files to libdecompinstr_la_SOURCES. + + * src/decomp/instr/switch.c: + * src/decomp/instr/switch.h: + New entries: decompile switch instructions. + + * src/gtkext/graph/layout.c: + Update code. + 13-01-28 Cyrille Bagard <nocbos@gmail.com> * src/gui/panels/glance.c: |