summaryrefslogtreecommitdiff
path: root/view/elf
AgeCommit message (Expand)Author
2026-05-28[ELF] Fix MIPS symbol lookup hang with malformed symbol table entryMason Reed
2026-05-27Apply symbols and types to TMS320C6x ELFsBrandon Miller
2026-05-06Fix ARM/Thumb2 function platform for .gnu_debugdata symbols.Brian Potchik
2026-03-06Implement DTPOFF64 and DTPMOD64 relocations.Alexander Taylor
2026-01-27Fix MIPS64 relocation entry parsing.Alexander Taylor
2026-02-23Revert "validation for zero sized symbol or string tables"Brian Potchik
2026-02-23Revert "guard against empty .interp and .dynamic"Brian Potchik
2026-02-19guard against empty .interp and .dynamicJordan Wiens
2026-02-19validation for zero sized symbol or string tablesJordan Wiens
2026-01-30Force ELF view addr size to 4 bytes for x32 and ilp32Brandon Miller
2026-01-23Lifted new PPC insns, MIPS reloc fix.Alexander Taylor
2026-01-23Implement R_386_IRELATIVE relocation handling.Alexander Taylor
2026-01-22[ELF] Fix reading dynamic string tables at large offsetsJosh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-16Support automatic and manual endianness override for x86 ELF files (#7347)Copilot
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-11-04Fix whitespace. (skip-ci)Brian Potchik
2025-09-29Treat .got.plt as read-only for HexagonBrandon Miller
2025-09-29Apply platform types on Hexagon statically linked binariesBrandon Miller
2025-08-14ELFView performance fix: avoid calling GetSectionsAt in the innerloopPeter LaFosse
2025-08-14Ensure ELFView only add segments in a Begin/EndBulkAddSegments contextPeter LaFosse
2025-08-05[ELF] Fix a memory leak when parsing .gnu_debugdataMark Rowe
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-29Added check for sharedobject without program header section start address.Hongyu Chen
2025-07-14Disable outlining in .gnu_debugdata to prevent incorrect symbol definitions.Brian Potchik
2025-07-05Fix ELF loader image base calculation to include memory-only PT_LOAD segments.Brian Potchik
2025-06-29[powerpc] Full merge of PowerPC disassembler PRs, including:Galen Williamson
2025-06-25Fix cxx20 compiler warnings.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-06-25[view][elf] Fixed duplicate NOTE section loading in address space.Hongyu Chen
2025-06-16Use heuristic confidence for ELF symbol auto-type inference.Brian Potchik
2025-05-30Don't query the template simplifier setting while demangling symbolsPeter LaFosse
2025-05-28Support for Linux x86-64 x32 ABIBrandon Miller
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-04-03Fix user platform override between armv7 and thumbBrandon Miller
2025-03-28belated copyright year updateJordan Wiens
2025-03-18Fix loading .gnu_debugdata when loading an ELF with non-zero baseJosh Ferrell
2025-03-04Use robust check for MIPS architecture when generating the lazy bind resolver...Brian Potchik
2025-03-03Perform fixups for MIPS local GOT slots using synthetic relocation entries.Brian Potchik
2025-03-03Correctly perform fixups for MIPS32 local symbols using synthetic relocation ...Brian Potchik
2025-01-20Allow overriding common loader settings when automatic load file parsing fails.Brian Potchik
2024-12-05Implement SHN_COMMON symbol handlingMitchell Johnson
2024-11-22Fix CXXABI postfixed externs being duplicated in ELFMason Reed
2024-11-13Bulk add segments in the binary view to improve performanceXusheng
2024-10-23Add API to bulk add segments, use it in elf viewJosh Ferrell
2024-10-17verify relocation sections have non-zero sizesJordan Wiens
2024-10-17Demangler plugin APIGlenn Smith
2024-09-18Add support for loading symbols from .gnu_debugdataJosh Ferrell