diff options
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: |