summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da7fe01..c1443d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
18-01-29 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/elf/elf-int.h:
+ * plugins/elf/format.c:
+ Introduce specific operations for ELF architectures.
+
+ * plugins/elf/helper_arm.c:
+ * plugins/elf/helper_arm.h:
+ Fix virtual addresses for the Thumb mode.
+
+ * plugins/elf/program.c:
+ * plugins/elf/symbols.c:
+ Update code.
+
+18-01-29 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/elf/dynamic.c:
* plugins/elf/dynamic.h:
Extract more information from the PT_DYNAMIC segment.