Re: [PATCH] libdwelf: New function dwelf_elf_begin.

2018-11-09 Thread Mark Wielaard
c87fd898bb1fd Mon Sep 17 00:00:00 2001 > From: Mark Wielaard > Date: Sun, 21 Oct 2018 23:41:32 +0200 > Subject: [PATCH] libdwelf: New function dwelf_elf_begin. > > This introduces a new function dwelf_elf_begin which creates a (read-only) > ELF handle from a possibly compressed file

Re: [PATCH] libdwelf: New function dwelf_elf_begin.

2018-11-04 Thread Mark Wielaard
H] libdwelf: New function dwelf_elf_begin. This introduces a new function dwelf_elf_begin which creates a (read-only) ELF handle from a possibly compressed file handle or a file that start with a linux kernel header. This can be used in eu-readelf to (re)open a (pure) ELF. eu-readelf uses libdwfl

[PATCH] libdwelf: New function dwelf_elf_begin.

2018-10-21 Thread Mark Wielaard
This introduces a new function dwelf_elf_begin which creates a (read-only) ELF handle from a possibly compressed file handle or a file that start with a linux kernel header. This can be used in eu-readelf to (re)open a (pure) ELF. eu-readelf uses libdwfl to relocate addresses in the original file