diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,23 @@ +15-03-04 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v7/post.c: + Add some comments for variables. + + * src/arch/raw.c: + * src/arch/raw.h: + Deal with strings as raw instructions. + + * src/format/elf/strings.c: + Load and display found strings in ELF. + + * src/format/format.c: + * src/format/format.h: + Create labels for string data. + + * src/format/symbol.c: + * src/format/symbol.h: + Allow to define labels and register string symbols. + 15-02-25 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/gtkext/viewpanel.c: @@ -22,7 +42,7 @@ Update. * src/project.c: - Wait a little bit before being abl able to use sizes to compute the position of the entry point. + Wait before using sizes to compute the position of the entry point. 15-02-24 Cyrille Bagard <nocbos@gmail.com> |