summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-29 15:08:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-29 15:08:17 (GMT)
commit5cad06b6a52e17d5649e0152c15745a96f7c0efa (patch)
treee26b0857ed6cddd70bce33f983a97e5245fae3fe /ChangeLog
parent73fb6dd90282dd10a6c3febe7348ad698c0336a8 (diff)
Handled ELF overlapping program and section headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25e74e3..fcec4f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
15-12-29 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Detect intersections between two ranges.
+
+ * src/format/elf/elf.c:
+ Handle ELF overlapping program and section headers.
+
+ * src/glibext/gbinportion.c:
+ Create a new layer for the portion which is overlapping the ones of the
+ current layer.
+
+15-12-29 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/processor.c:
* src/arch/processor.h:
Make it possible to find instructions by their addresses in a flexible way.