diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-10 23:41:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-10 23:41:09 (GMT) |
commit | 79ec14ee5c1cea5c4ad345a7047b47b9205fc29e (patch) | |
tree | 0596bb4b7910964ef96c3705c80ec5dba677eeb0 /ChangeLog | |
parent | 42420cfa1f406a5f0a9f062b258ece72098635b5 (diff) |
Took care of Dalvik switch cases.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@299 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |