aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar1-6/+3
2023-10-19elf2dmp: limit print length for sign_rsdsViktor Prutyanov1-1/+1
2023-09-21elf2dmp: introduce merging of physical memory runsViktor Prutyanov1-8/+48
2023-09-21elf2dmp: introduce physical block alignmentViktor Prutyanov1-2/+3
2023-09-21elf2dmp: replace PE export name check with PDB name checkViktor Prutyanov1-60/+33
2023-07-31elf2dmp: Don't abandon when Prcb is set to 0Akihiko Odaki1-0/+5
2023-03-21contrib/elf2dmp: add PE name check and Windows Server 2022 supportViktor Prutyanov1-2/+26
2023-03-21contrib/elf2dmp: move PE dir search to pe_get_data_dir_entryViktor Prutyanov1-29/+42
2023-03-21contrib/elf2dmp: fix code styleViktor Prutyanov1-3/+6
2022-10-22elf2dmp: free memory in failurelu zhipeng1-0/+1
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov1-3/+3
2021-01-20elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang1-9/+9
2020-10-27elf2dmp: Fix memory leak on main() error pathsAlexChen1-2/+2
2019-05-13Clean up includesMarkus Armbruster1-2/+1
2019-03-11contrib/elf2dmp: add kernel start address checkingViktor Prutyanov1-0/+6
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov1-12/+15
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-10-02contrib: add elf2dmp toolViktor Prutyanov1-0/+589