diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ 17-05-14 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/format/symbol.c: + Delete access to the removed features. + + * plugins/stackvars/stackvars.c: + * src/analysis/decomp/decompiler.c: + * src/analysis/disass/output.c: + Update code. + + * src/analysis/routine.c: + * src/analysis/routine.h: + Make routines inherit from symbols. + + * src/format/Makefile.am: + Add the 'symbol-int.h' file to libformat_la_SOURCES. + + * src/format/symbol-int.h: + New entries: allow to inherit from the symbol object. + + * src/format/symbol.c: + * src/format/symbol.h: + Begin to clean the symbol interface. + +17-05-14 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Add the new Makefile from the 'plugins/readmc' directory. |