diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-11-29 09:33:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-11-29 09:33:00 (GMT) |
commit | 97d1cc10210cf4ec237e1d9a8b23b120ddef47c5 (patch) | |
tree | be02d0c99cd02917ca31541f4ff0aafa9b9903fc /ChangeLog | |
parent | b4d1a25a22371fa67c5d73bc8fcca08e045556f3 (diff) |
Displayed segments in the disassembly view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@429 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +14-11-29 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/output.c: + Display segments in the disassembly view. + + * src/arch/instruction.c: + Typo. + + * src/format/elf/elf.c: + Quote segments names. + + * src/format/executable.c: + * src/format/executable.h: + Find all binary portions and sort them. + + * src/glibext/gbinportion.c: + * src/glibext/gbinportion.h: + Add a depth level to portions and allow to sort them. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Provide a way to fill the addresses columns quickly. + 14-11-25 Cyrille Bagard <nocbos@gmail.com> * src/dialogs/binparts.c: |