summaryrefslogtreecommitdiff
path: root/view/elf/elfview.h
AgeCommit message (Collapse)Author
2026-03-06Implement DTPOFF64 and DTPMOD64 relocations.Alexander Taylor
Finally closes #5463.
2026-01-23Implement R_386_IRELATIVE relocation handling.Alexander Taylor
Closes #7851.
2025-12-16Support automatic and manual endianness override for x86 ELF files (#7347)Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-25Remove implicit conversions from Confidence to underlying type, these can ↵Rusty Wagner
cause bugs and also issues with C++20
2024-09-18Add support for loading symbols from .gnu_debugdataJosh Ferrell
2024-07-03Add missing GNU_PROPERTY program header typeJosh Ferrell
2024-06-24Add `Elf{32,64}_{Rel,Rela}` table to ELF viewclubby789
2024-03-19Avoid creating function symbols with integer typeXusheng
2024-03-06Move view modules into the API repoRusty Wagner