diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-11-05 19:45:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-11-05 19:45:08 (GMT) |
commit | c35d5d4ce62b812ec0aa4a5ebbacb84cd0901d53 (patch) | |
tree | ca0262ce4f0a24bdfbc1b9a4ffa1bbb202d47820 /ChangeLog | |
parent | f5df6496fa50927d3d274c939a888afde652b7ad (diff) |
Removed the old interface for rendering lines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@278 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 84 |
1 files changed, 84 insertions, 0 deletions
@@ -1,3 +1,87 @@ +12-11-05 Cyrille Bagard <nocbos@gmail.com> + + * plugins/dexresolver/context.c: + * plugins/dexresolver/context.h: + * plugins/dexresolver/Makefile.am: + * plugins/dexresolver/operand.c: + * plugins/dexresolver/operand.h: + * plugins/dexresolver/plugin.c: + * plugins/dexresolver/plugin.h: + Delete these useless entries. + + * plugins/Makefile.am: + Update the SUBDIRS. + + * plugins/pychrysa/analysis/exporter.c: + * plugins/pychrysa/analysis/exporter.h: + * plugins/pychrysa/analysis/exporter-int.h: + * plugins/pychrysa/analysis/line.c: + * plugins/pychrysa/analysis/line.h: + Deleted entries. + + * plugins/pychrysa/analysis/Makefile.am: + * plugins/stackvars/operand.c: + * plugins/stackvars/stackvars.c: + * plugins/stackvars/stackvars.h: + Update code. + + * plugins/theseus/Makefile.am: + * plugins/theseus/theseus.c: + * plugins/theseus/theseus.h: + Deleted entries. + + * src/analysis/binary.h: + Update code. + + * src/analysis/exporter.c: + * src/analysis/exporter.h: + * src/analysis/exporter-int.h: + * src/analysis/line.c: + * src/analysis/line_code.c: + * src/analysis/line_code.h: + * src/analysis/line_comment.c: + * src/analysis/line_comment.h: + * src/analysis/line.h: + * src/analysis/line-int.h: + * src/analysis/line_prologue.c: + * src/analysis/line_prologue.h: + Deleted entries. + + * src/analysis/Makefile.am: + * src/arch/dalvik/register.c: + * src/arch/immediate.c: + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + * src/arch/jvm/operand.c: + * src/arch/mips/operand.c: + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/operand-int.h: + * src/arch/x86/Makefile.am: + * src/arch/x86/operands/data.c: + * src/arch/x86/operands/modrm.c: + * src/arch/x86/operands/modrm.h: + * src/arch/x86/operands/moffs.c: + * src/arch/x86/operands/register.c: + * src/arch/x86/operands/register.h: + * src/arch/x86/operands/relative.c: + * src/arch/x86/register.c: + * src/arch/x86/register.h: + Update code. + + * src/arch/x86/registers.c: + * src/arch/x86/registers.h: + Renamed entries. + + * src/dialogs/add_shellcode.c: + * src/dialogs/export.h: + * src/gui/panels/log.c: + * src/gui/panels/panel-int.h: + * src/gui/tb/toolbar.c: + * src/project.h: + Update code. + 12-11-02 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |