diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +12-12-11 Cyrille Bagard <nocbos@gmail.com> + + * plugins/androhelpers/androhelpers.c: + Check for Dex format and handle a new process. + + * plugins/androhelpers/Makefile.am: + Add the 'switch.[ch]' files to libandrohelpers_la_SOURCES. + + * plugins/androhelpers/params.c: + Remove the check of the processed format. + + * plugins/androhelpers/switch.c: + * plugins/androhelpers/switch.h: + New entries: take care of Dalvik switch cases. + + * plugins/androhelpers/try_n_catch.c: + Typo. Remove the check of the processed format. + + * src/analysis/disass/links.c: + Update code for the new link. + + * src/arch/instruction.h: + Create a new kind of link, for switch cases. + + * src/format/dex/dex_def.h: + * src/format/dex/dex-int.c: + * src/format/dex/dex-int.h: + Support the data relative to Dalvik switches. + + * src/gtkext/graph/layout.c: + Update code for the new link. + 12-12-10 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbufferline.c: |