diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-05 21:58:46 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-05 21:59:01 (GMT) |
commit | a66f854ce4e19dc0f772fc55a3899643252afa3d (patch) | |
tree | 52e46f77acc199904a73e2260117a3a5198aeb86 /ChangeLog | |
parent | 07768223823d8c2b0071be8d8e6dfc5ccb891b17 (diff) |
Inserted preloaded format information from instructions instead of symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 74 |
1 files changed, 74 insertions, 0 deletions
@@ -1,5 +1,79 @@ 17-05-05 Cyrille Bagard <nocbos@gmail.com> + * plugins/fmtp/parser.c: + * plugins/fmtp/parser.h: + * plugins/readdex/class.c: + * plugins/readdex/class.h: + * plugins/readdex/code.c: + * plugins/readdex/code.h: + * plugins/readdex/header.c: + * plugins/readdex/header.h: + * plugins/readdex/ids.c: + * plugins/readdex/ids.h: + * plugins/readdex/reader.c: + * plugins/readdex/reader.h: + * plugins/readelf/header.c: + * plugins/readelf/header.h: + * plugins/readelf/program.c: + * plugins/readelf/program.h: + * plugins/readelf/reader.c: + * plugins/readelf/reader.h: + * plugins/readelf/section.c: + * plugins/readelf/section.h: + * plugins/readelf/strtab.c: + * plugins/readelf/strtab.h: + Update code. + + * src/analysis/db/items/comment.c: + * src/analysis/db/items/comment.h: + Constify the parameter of g_db_comment_get_address(). + + * src/analysis/disass/area.c: + * src/analysis/disass/area.h: + Insert preloaded format information from instructions instead of symbols. + + * src/analysis/disass/disassembler.c: + * src/analysis/disass/fetch.c: + * src/analysis/disass/output.c: + * src/analysis/disass/output.h: + Update code. + + * src/arch/arm/v7/fetch.c: + Insert loaded values as instructions instead of symbols. + + * src/arch/context-int.h: + * src/arch/context.c: + Make disassembly contexts inherit from preload information. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Typo. + + * src/common/array.c: + * src/common/array.h: + Allow to build sorted arrays. + + * src/format/Makefile.am: + Add the 'preload[ch]' files into libformat_la_SOURCES. + + * src/format/format.c: + * src/format/format.h: + Preload format information on disassembly context setup. + + * src/format/preload-int.h: + * src/format/preload.c: + * src/format/preload.h: + New entries: store information loaded from binary formats. + + * src/plugins/pglist.h: + * src/plugins/plugin-def.h: + * src/plugins/plugin-int.h: + * src/plugins/plugin.c: + * src/plugins/plugin.h: + Define a new action for plugins in order to preload information. + +17-05-05 Cyrille Bagard <nocbos@gmail.com> + * src/gui/dialogs/about.c: Restore a valid copyright in the About dialog box. |