diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-03-11 13:06:06 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-03-11 13:06:06 (GMT) |
commit | 5f64b12f3359e5f2c923fb35d330cec4cb0f4a30 (patch) | |
tree | dc84ed05c4f43f240642e4efff50e78e4f35440a /ChangeLog | |
parent | 3a616243218104788fad9c1a3a9307c7972a461f (diff) |
Loaded the ELF header at a proper virtual address.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@488 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 15-03-11 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/output.c: + Avoid to get stuck because a symbol can not be found and inserted. + + * src/arch/arm/v7/post.c: + Add more debug code. + + * src/format/elf/program.c: + * src/format/elf/program.h: + Build a full location from a physical offset. + + * src/format/elf/symbols.c: + Load the ELF header at a proper virtual address. + + * src/format/symbol.c: + * src/plugins/plugin.c: + Remove debug code. + +15-03-11 Cyrille Bagard <nocbos@gmail.com> + * src/plugins/plugin.c: Fix an overflow when logging messages for plugins. |