aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp
AgeCommit message (Expand)Author
2024-03-11contrib/elf2dmp: Ensure phdrs fit in fileAkihiko Odaki
2024-03-11contrib/elf2dmp: Clamp QEMU note to file sizeAkihiko Odaki
2024-03-11contrib/elf2dmp: Use GPtrArrayAkihiko Odaki
2024-03-11contrib/elf2dmp: Use rol64() to decodeAkihiko Odaki
2024-03-11contrib/elf2dmp: Use lduw_le_p() to read PDBAkihiko Odaki
2024-03-11contrib/elf2dmp: Ensure segment fits in fileAkihiko Odaki
2024-03-11contrib/elf2dmp: Always destroy PA spaceAkihiko Odaki
2024-03-11contrib/elf2dmp: Always check for PA resolution failureAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in main.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in qemu_elf.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in pdb.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in download.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in addrspace.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Change pa_space_create() signatureAkihiko Odaki
2024-03-11contrib/elf2dmp: Continue even contexts are lackingAkihiko Odaki
2024-03-11contrib/elf2dmp: Assume error by defaultAkihiko Odaki
2024-03-11contrib/elf2dmp: Remove unnecessary err flagsAkihiko Odaki
2023-10-19contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar
2023-10-19elf2dmp: check array bounds in pdb_get_file_sizeViktor Prutyanov
2023-10-19elf2dmp: limit print length for sign_rsdsViktor Prutyanov
2023-09-21elf2dmp: rework PDB_STREAM_INDEXES::segments obtainingViktor Prutyanov
2023-09-21elf2dmp: use Linux mmap with MAP_NORESERVE when possibleViktor Prutyanov
2023-09-21elf2dmp: introduce merging of physical memory runsViktor Prutyanov
2023-09-21elf2dmp: introduce physical block alignmentViktor Prutyanov
2023-09-21elf2dmp: replace PE export name check with PDB name checkViktor Prutyanov
2023-07-31elf2dmp: Don't abandon when Prcb is set to 0Akihiko Odaki
2023-03-21contrib/elf2dmp: add PE name check and Windows Server 2022 supportViktor Prutyanov
2023-03-21contrib/elf2dmp: move PE dir search to pe_get_data_dir_entryViktor Prutyanov
2023-03-21contrib/elf2dmp: fix code styleViktor Prutyanov
2022-10-22elf2dmp: free memory in failurelu zhipeng
2022-05-25contrib/elf2dmp: add ELF dump header checkingViktor Prutyanov
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov
2022-01-12meson: build contrib/ executables after generated headersPaolo Bonzini
2021-09-20elf2dmp: Fail cleanly if PDB file specifies zero block_sizePeter Maydell
2021-09-20elf2dmp: Check curl_easy_setopt() return valuePeter Maydell
2021-01-20elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang
2021-01-02curl: convert to mesonPaolo Bonzini
2020-12-13elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan
2020-12-13elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_initPan Nengyuan
2020-10-27elf2dmp: Fix memory leak on main() error pathsAlexChen
2020-08-21contrib/elf2dmp: convert to mesonMarc-André Lureau
2019-07-22contrib/elf2dmp: Build download.o with CURL_CFLAGSPeter Maydell
2019-06-12Clean up a few header guard symbolsMarkus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-05-13Clean up includesMarkus Armbruster
2019-03-11contrib/elf2dmp: add kernel start address checkingViktor Prutyanov
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov
2019-02-05contrib/elf2dmp: fix structures definitionsViktor Prutyanov
2019-02-05contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov
2019-02-05contrib/elf2dmp: use GLib in ELF processingViktor Prutyanov