diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-29 15:08:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-29 15:08:17 (GMT) |
commit | 5cad06b6a52e17d5649e0152c15745a96f7c0efa (patch) | |
tree | e26b0857ed6cddd70bce33f983a97e5245fae3fe /ChangeLog | |
parent | 73fb6dd90282dd10a6c3febe7348ad698c0336a8 (diff) |
Handled ELF overlapping program and section headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |