diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-14 19:19:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-14 19:19:11 (GMT) |
commit | cb36603eb37330ab6c956095c1ce175acb751e03 (patch) | |
tree | e20d2e60c8947fddd34db543e41fa4287fc0db29 /ChangeLog | |
parent | 198ba09ef74a02a727ac3e679edfa328b2508152 (diff) |
Begun to clean the symbol interface.
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. |