diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-10-11 20:50:03 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-10-11 20:50:03 (GMT) |
commit | ffc49de3b424d3daf08b5fdeefd4a3ede6defd02 (patch) | |
tree | cf1a96860e922715bcab55126f8095b7f562d2a1 /ChangeLog | |
parent | a5e162d47a574f334b172dfee3128a40e8d52fb3 (diff) |
Improved the disassembling process using memory ranges.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@411 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +14-10-11 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/fetch.c: + Improve the disassembling process using memory ranges. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Provide a way to merge two lists of instructions. + + * src/format/elf/symbols.c: + Remove the arbitrary length of ELF symbols. + + * src/format/executable.c: + * src/format/executable.h: + Compute ranges of executable binary areas. + + * src/glibext/gbinportion.c: + * src/glibext/gbinportion.h: + Combine a memory range with each binary portion. Add a design pattern to + visit portions. + 14-10-08 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |