diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +13-01-09 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + * src/analysis/blocks/virtual.c: + * src/analysis/blocks/virtual.h: + Find a basic block using an address. + + * src/analysis/decomp/decompiler.c: + * src/analysis/decomp/il.c: + * src/analysis/decomp/il.h: + Restore some parts of the decompilation process using the new basic blocks. + + * src/analysis/variable.c: + Set a pretty output by removing the type in the result (need to be fixed!). + + * src/arch/dalvik/instruction.c: + Disable buggy decompilation of some opcodes. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Provide a fast way to get a given destination if it exists. + + * src/decomp/context.c: + Remove an useless header. + 13-01-06 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkbufferview.c: |