summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c31b70..ed1a6f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>