summary refs log tree commit diff stats
path: root/contrib/elf2dmp/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib/elf2dmp: Use rol64() to decodeAkihiko Odaki2024-03-111-6/+2
* contrib/elf2dmp: Always destroy PA spaceAkihiko Odaki2024-03-111-2/+1
* contrib/elf2dmp: Fix error reporting style in main.cAkihiko Odaki2024-03-111-31/+32
* contrib/elf2dmp: Fix error reporting style in qemu_elf.cAkihiko Odaki2024-03-111-1/+1
* contrib/elf2dmp: Fix error reporting style in pdb.cAkihiko Odaki2024-03-111-1/+1
* contrib/elf2dmp: Fix error reporting style in download.cAkihiko Odaki2024-03-111-1/+1
* contrib/elf2dmp: Fix error reporting style in addrspace.cAkihiko Odaki2024-03-111-25/+22
* contrib/elf2dmp: Change pa_space_create() signatureAkihiko Odaki2024-03-111-4/+1
* contrib/elf2dmp: Continue even contexts are lackingAkihiko Odaki2024-03-111-10/+11
* contrib/elf2dmp: Assume error by defaultAkihiko Odaki2024-03-111-12/+3
* contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar2023-10-191-6/+3
* elf2dmp: limit print length for sign_rsdsViktor Prutyanov2023-10-191-1/+1
* elf2dmp: introduce merging of physical memory runsViktor Prutyanov2023-09-211-8/+48
* elf2dmp: introduce physical block alignmentViktor Prutyanov2023-09-211-2/+3
* elf2dmp: replace PE export name check with PDB name checkViktor Prutyanov2023-09-211-60/+33
* elf2dmp: Don't abandon when Prcb is set to 0Akihiko Odaki2023-07-311-0/+5
* contrib/elf2dmp: add PE name check and Windows Server 2022 supportViktor Prutyanov2023-03-211-2/+26
* contrib/elf2dmp: move PE dir search to pe_get_data_dir_entryViktor Prutyanov2023-03-211-29/+42
* contrib/elf2dmp: fix code styleViktor Prutyanov2023-03-211-3/+6
* elf2dmp: free memory in failurelu zhipeng2022-10-221-0/+1
* include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov2022-04-221-3/+3
* elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang2021-01-201-9/+9
* elf2dmp: Fix memory leak on main() error pathsAlexChen2020-10-271-2/+2
* Clean up includesMarkus Armbruster2019-05-131-2/+1
* contrib/elf2dmp: add kernel start address checkingViktor Prutyanov2019-03-111-0/+6
* contrib/elf2dmp: fix printf formatViktor Prutyanov2019-02-051-12/+15
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* contrib: add elf2dmp toolViktor Prutyanov2018-10-021-0/+589