summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-29 20:56:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-29 21:04:47 (GMT)
commit6c51b9eed427fd55ce1457834853386cc8d543cd (patch)
tree47b8106bdb086278386d05c838178a06cc00f805 /ChangeLog
parent8a7d7b3303dee1a381893391c04acab35dec6942 (diff)
Handled properly imported/exported ELF symbols, as well as all other symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ec6dab..da7fe01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+18-01-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/elf/dynamic.c:
+ * plugins/elf/dynamic.h:
+ Extract more information from the PT_DYNAMIC segment.
+
+ * plugins/elf/elf_def.h:
+ Improve the macro definitions for relocations.
+
+ * plugins/elf/format.c:
+ Insert some extra processings atfer the disassembly process.
+
+ * plugins/elf/helper_arm.c:
+ * plugins/elf/helper_arm.h:
+ Resolve relocation offsets for ARM.
+
+ * plugins/elf/loading.c:
+ * plugins/elf/loading.h:
+ Rely on threads to load more ELF information.
+
+ * plugins/elf/section.c:
+ Make all arguments optional when looking for section parameters.
+
+ * plugins/elf/symbols.c:
+ * plugins/elf/symbols.h:
+ Handle properly imported/exported ELF symbols, as well as all other symbols.
+
+ * src/analysis/binary.c:
+ Update the format symbols after disassembling.
+
+ * src/common/sort.c:
+ * src/common/sort.h:
+ Compare uint64_t integers.
+
+ * src/format/format-int.h:
+ * src/format/format.c:
+ * src/format/format.h:
+ Update code for post-processing. Create new ways to search for symbols.
+
+ * src/format/symiter.c:
+ Add a check for locked format symbol list.
+
18-01-26 Cyrille Bagard <nocbos@gmail.com>
* plugins/elf/format.c: