summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-03-03 23:51:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-03-03 23:51:04 (GMT)
commitdc9e68505c4cc7ad208e63dbc7d0e0e8f582d0d9 (patch)
tree1e597f7d2ab5a8bb2f3c106a4a14b05f481c4efe /ChangeLog
parent4724b73c5161140222cab3c61bb5b3d0c8dde360 (diff)
Loaded and displayed found strings in ELF.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@481 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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>