diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +12-11-23 Cyrille Bagard <nocbos@gmail.com> + + * plugins/androhelpers/androhelpers.c: + Update the code. + + * plugins/androhelpers/Makefile.am: + Add the params.[ch] files to libandrohelpers_la_SOURCES. + + * plugins/androhelpers/params.c: + * plugins/androhelpers/params.h: + New entries: replace the text of some registers (this and parameters). + + * plugins/androhelpers/try_n_catch.c: + Typo. + + * src/analysis/disass/disassembler.c: + Update the way plugins are run. + + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/operand-int.h: + Provide a way to set alternative text for rendering operands. + + * src/plugins/pglist.c: + * src/plugins/pglist.h: + * src/plugins/plugin.c: + Provide an easier way to run plugins on binaries. + + * src/plugins/plugin-def.h: + Refine actions which can be run on binaries. + 12-11-22 Cyrille Bagard <nocbos@gmail.com> * plugins/androhelpers/try_n_catch.c: |