diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-09-30 00:00:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-09-30 00:00:43 (GMT) |
commit | 3c6968d4d5a8918c456cdea28a7c6195368d996e (patch) | |
tree | e6909254a8033cdabd116f287db2893e938a636d /ChangeLog | |
parent | 1beaa1af679d49d99696ec907662b764f7ba1867 (diff) |
Parsed and replaced ModRM operands.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@121 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +09-09-30 Cyrille Bagard <nocbos@gmail.com> + + * plugins/stackvars/operand.c: + * plugins/stackvars/operand.h: + Display default name of variables. + + * plugins/stackvars/stackvars.c: + Parse and replace matching operands. + + * src/analysis/binary.c: + Update included headers (prototype -> routine). + + * src/analysis/exporter.c: + * src/analysis/exporter.h: + Add a rendering type for variable names. + + * src/analysis/Makefile.am: + Remove prototype.[ch] and add routine.[ch] to libanalysis_la_SOURCES. + + * src/analysis/prototype.c: + * src/analysis/prototype.h: + Renamed entries: see routine.[ch]. + + * src/analysis/routine.c: + * src/analysis/routine.h: + New entries: insert variables from the stack. + + * src/analysis/variable.c: + * src/analysis/variable.h: + Create a new GLib oriented basic variable. + + * src/arch/immediate.c: + * src/arch/immediate.h: + Export values to size_t. + + * src/format/exe_format.h: + * src/format/format.h: + * src/format/mangling/demangler.h: + * src/format/mangling/demangler-int.h: + * src/format/symbol.c: + * src/format/symbol.h: + Update included headers (prototype -> routine). + + * src/plugins/pglist.c: + * src/plugins/plugin.c: + Enable plugins again. + 09-09-27 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/operand.c: |