diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-10 20:03:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-10 20:03:23 (GMT) |
commit | 8dff3daac4d2dc98b90adaecea834fb65db4fb10 (patch) | |
tree | 39a747f8fcdcbf525bb64a7e4173ff2a5b360d28 /ChangeLog | |
parent | f3e84729588f7e2e518f82116e908455d957f9ca (diff) |
Handled switch and fill-array data pseudo-instructions without plugin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +16-10-10 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/contents/restricted.c: + * src/analysis/contents/restricted.h: + Create a pseudo read-only restricted content on demand. + + * src/arch/dalvik/context.c: + * src/arch/dalvik/context.h: + Store data areas in Dalvik code and provide instructions for them. + + * src/arch/dalvik/operand.c: + Remove an unused variable. + + * src/arch/dalvik/processor.c: + Update code. + + * src/arch/dalvik/pseudo/fill.c: + * src/arch/dalvik/pseudo/fill.h: + * src/arch/dalvik/pseudo/switch.c: + * src/arch/dalvik/pseudo/switch.h: + Handle switch and fill-array data pseudo-instructions without plugin. + + * src/arch/vmpa.h: + Provide a suitable function to compare ranges and positions with bsearch(). + 16-10-09 Cyrille Bagard <nocbos@gmail.com> * plugins/readdex/ids.c: |