summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-29 22:49:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-29 22:49:43 (GMT)
commit896b31fbbef2fba442566a422fa4d409771b61dd (patch)
treeb75725f043d54e5a454216a11d89018956ee9c26 /ChangeLog
parent6c51b9eed427fd55ce1457834853386cc8d543cd (diff)
Introduced specific operations for ELF architectures.
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.