summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-08 10:14:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-08 10:14:12 (GMT)
commit9b018cede5af54594c0a20847239233153b04ce1 (patch)
tree0492a9d831b682bab10dd113d7bb01e0b2700638 /ChangeLog
parent1194c79f2b7ccca24d9f89090722ed1157cbc5e1 (diff)
Scrolled to the main address at startup without using a nested function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4810880..895fe1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+17-07-08 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/project.c:
+ Scroll to the main address at startup without using a nested function.
+
+ * src/format/elf/elf.c:
+ * src/format/executable-int.h:
+ * src/format/executable.c:
+ * src/format/executable.h:
+ Provide the main address of a given file format.
+
17-07-07 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbinportion.c: