diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-29 21:01:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-29 21:01:51 (GMT) |
commit | b8d5a539b1e6837f7395598a3fa25ef69650e885 (patch) | |
tree | 2fbf770b1aebf1b66a8ac87e2eeae4521775d092 /ChangeLog | |
parent | 4f3f96c2c98ac507f4aa7c83e2393c5c1fdd3cdd (diff) |
Handled areas which are not allocated in memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +17-03-29 Cyrille Bagard <nocbos@gmail.com> + + * plugins/readelf/section.c: + Delete a hardcoded virtual address and use usual translation instead. + + * src/analysis/db/items/comment.c: + * src/analysis/db/items/move.c: + * src/analysis/db/items/switcher.c: + Update code in order to not choose which part of locations to print here. + + * src/analysis/disass/area.c: + Handle areas which are not allocated in memory. + + * src/arch/post.c: + Update code in order to not choose which part of locations to print here. + + * src/arch/processor.c: + Update an assertion about virtual addresses. + + * src/arch/target.c: + Update code in order to not choose which part of locations to print here. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Reset virtual addresses and output locations into strings when requested. + + * src/format/elf/elf.c: + Load ELF section which are not event allocated in memory. + + * src/format/executable-int.c: + Update code. + + * src/format/executable.c: + Mark the first part of binaries as not allocated. + + * src/glibext/gbufferline.c: + Update code. + 17-03-26 Cyrille Bagard <nocbos@gmail.com> * src/analysis/routine.c: |