index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
elf2dmp
Age
Commit message (
Expand
)
Author
2024-03-11
contrib/elf2dmp: Ensure phdrs fit in file
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Clamp QEMU note to file size
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Use GPtrArray
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Use rol64() to decode
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Use lduw_le_p() to read PDB
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Ensure segment fits in file
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Always destroy PA space
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Always check for PA resolution failure
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Fix error reporting style in main.c
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Fix error reporting style in qemu_elf.c
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Fix error reporting style in pdb.c
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Fix error reporting style in download.c
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Fix error reporting style in addrspace.c
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Change pa_space_create() signature
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Continue even contexts are lacking
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Assume error by default
Akihiko Odaki
2024-03-11
contrib/elf2dmp: Remove unnecessary err flags
Akihiko Odaki
2023-10-19
contrib/elf2dmp: Use g_malloc(), g_new() and g_free()
Suraj Shirvankar
2023-10-19
elf2dmp: check array bounds in pdb_get_file_size
Viktor Prutyanov
2023-10-19
elf2dmp: limit print length for sign_rsds
Viktor Prutyanov
2023-09-21
elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining
Viktor Prutyanov
2023-09-21
elf2dmp: use Linux mmap with MAP_NORESERVE when possible
Viktor Prutyanov
2023-09-21
elf2dmp: introduce merging of physical memory runs
Viktor Prutyanov
2023-09-21
elf2dmp: introduce physical block alignment
Viktor Prutyanov
2023-09-21
elf2dmp: replace PE export name check with PDB name check
Viktor Prutyanov
2023-07-31
elf2dmp: Don't abandon when Prcb is set to 0
Akihiko Odaki
2023-03-21
contrib/elf2dmp: add PE name check and Windows Server 2022 support
Viktor Prutyanov
2023-03-21
contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry
Viktor Prutyanov
2023-03-21
contrib/elf2dmp: fix code style
Viktor Prutyanov
2022-10-22
elf2dmp: free memory in failure
lu zhipeng
2022-05-25
contrib/elf2dmp: add ELF dump header checking
Viktor Prutyanov
2022-04-22
include/qemu: rename Windows context definitions to expose bitness
Viktor Prutyanov
2022-01-12
meson: build contrib/ executables after generated headers
Paolo Bonzini
2021-09-20
elf2dmp: Fail cleanly if PDB file specifies zero block_size
Peter Maydell
2021-09-20
elf2dmp: Check curl_easy_setopt() return value
Peter Maydell
2021-01-20
elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE
Jiaxun Yang
2021-01-02
curl: convert to meson
Paolo Bonzini
2020-12-13
elf2dmp/pdb: Plug memleak in pdb_init_from_file
Pan Nengyuan
2020-12-13
elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
Pan Nengyuan
2020-10-27
elf2dmp: Fix memory leak on main() error paths
AlexChen
2020-08-21
contrib/elf2dmp: convert to meson
Marc-André Lureau
2019-07-22
contrib/elf2dmp: Build download.o with CURL_CFLAGS
Peter Maydell
2019-06-12
Clean up a few header guard symbols
Markus Armbruster
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
2019-05-13
Clean up includes
Markus Armbruster
2019-03-11
contrib/elf2dmp: add kernel start address checking
Viktor Prutyanov
2019-02-05
contrib/elf2dmp: fix printf format
Viktor Prutyanov
2019-02-05
contrib/elf2dmp: fix structures definitions
Viktor Prutyanov
2019-02-05
contrib/elf2dmp: use GLib in PDB processing
Viktor Prutyanov
2019-02-05
contrib/elf2dmp: use GLib in ELF processing
Viktor Prutyanov
[next]