summary refs log tree commit diff stats
path: root/contrib/elf2dmp/qemu_elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib/elf2dmp: Ensure phdrs fit in fileAkihiko Odaki2024-03-111-0/+8
* contrib/elf2dmp: Clamp QEMU note to file sizeAkihiko Odaki2024-03-111-32/+55
* contrib/elf2dmp: Use GPtrArrayAkihiko Odaki2024-03-111-17/+8
* contrib/elf2dmp: Fix error reporting style in qemu_elf.cAkihiko Odaki2024-03-111-16/+16
* contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar2023-10-191-5/+2
* elf2dmp: use Linux mmap with MAP_NORESERVE when possibleViktor Prutyanov2023-09-211-12/+56
* contrib/elf2dmp: add ELF dump header checkingViktor Prutyanov2022-05-251-0/+53
* elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_initPan Nengyuan2020-12-131-0/+1
* contrib/elf2dmp: use GLib in ELF processingViktor Prutyanov2019-02-051-19/+8
* contrib: add elf2dmp toolViktor Prutyanov2018-10-021-0/+164