diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +10-01-02 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/analysis/binary.h: + Fix the prototype of the function giving access to disassembled parts. + + * src/dialogs/binparts.c: + * src/dialogs/binparts.h: + Load, save and edit some binary parts selection. + + * src/dialogs/Makefile.am: + News entry: add this missing file. + + * src/editor.c: + Fix a call. + + * src/format/elf/elf.c: + * src/format/elf/section.c: + * src/format/elf/section.h: + * src/format/executable.c: + * src/format/executable.h: + * src/format/executable-int.h: + Provide a way to translate addresses into file positions. + + * src/format/part.c: + * src/format/part.h: + Create a function to dump parts. + 09-12-13 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |