So, I need to write an elf file. I have an open Elf * handle with read only
permission. I then need to update the program headers and next add a new
program header entry.
For that we create an Elf * handle with write permission, and create the
headers doing:
elf64_newphdr(new_elf, old_elf->e_phn
On Tue, Jun 25, 2019 at 12:26:55AM +0200, Mark Wielaard wrote:
> Hi,
>
> On Wed, 2019-04-17 at 14:41 +0800, Mao Han wrote:
> > I'v just spent sometime debuging this. Core dump backtrace on C-SKY
> > seems
> > can't be supported with current generic routine. DWARF register order is
> > different fr