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