COMMITS
/ view/elf/elfview.cpp May 6, 2026
B
Fix ARM/Thumb2 function platform for .gnu_debugdata symbols.
Brian Potchik committed
January 24, 2026
A
Implement DTPOFF64 and DTPMOD64 relocations.
Alexander Taylor committed
January 27, 2026
A
Fix MIPS64 relocation entry parsing.
Alexander Taylor committed
February 23, 2026
B
Revert "validation for zero sized symbol or string tables"
Brian Potchik committed
B
Revert "guard against empty .interp and .dynamic"
Brian Potchik committed
February 19, 2026
J
guard against empty .interp and .dynamic
Jordan Wiens committed
J
validation for zero sized symbol or string tables
Jordan Wiens committed
January 30, 2026
B
Force ELF view addr size to 4 bytes for x32 and ilp32
Brandon Miller committed
January 22, 2026
A
Lifted new PPC insns, MIPS reloc fix.
Alexander Taylor committed
January 21, 2026
A
Implement R_386_IRELATIVE relocation handling.
Alexander Taylor committed
January 23, 2026
J
[ELF] Fix reading dynamic string tables at large offsets
Josh Ferrell committed
December 16, 2025
C
November 28, 2025
M
Introduce an RAII type for managing bulk symbol modifications
Mark Rowe committed
November 4, 2025
B
Fix whitespace. (skip-ci)
Brian Potchik committed
September 15, 2025
B
Treat .got.plt as read-only for Hexagon
Brandon Miller committed
August 22, 2025
B
Apply platform types on Hexagon statically linked binaries
Brandon Miller committed
August 14, 2025
P
ELFView performance fix: avoid calling GetSectionsAt in the innerloop
Peter LaFosse committed
P
Ensure ELFView only add segments in a Begin/EndBulkAddSegments context
Peter LaFosse committed
July 30, 2025
M
[ELF] Fix a memory leak when parsing .gnu_debugdata
Mark Rowe committed
July 29, 2025
R
Add LogForException APIs to pass stack trace information separate from the message
Rusty Wagner committed
July 7, 2025
H
Added check for sharedobject without program header section start address.
Hongyu Chen committed
July 15, 2025
B
Disable outlining in .gnu_debugdata to prevent incorrect symbol definitions.
Brian Potchik committed
July 5, 2025
B
Fix ELF loader image base calculation to include memory-only PT_LOAD segments.
Brian Potchik committed
June 29, 2025
G
[powerpc] Full merge of PowerPC disassembler PRs, including:
Galen Williamson committed
May 28, 2025
A
Fix cxx20 compiler warnings.
Alexander Taylor committed
B
Support for Linux x86-64 x32 ABI
Brandon Miller committed
June 24, 2025
R
H
[view][elf] Fixed duplicate NOTE section loading in address space.
Hongyu Chen committed
June 16, 2025
B
Use heuristic confidence for ELF symbol auto-type inference.
Brian Potchik committed
May 9, 2025
P
Don't query the template simplifier setting while demangling symbols
Peter LaFosse committed
April 2, 2025
B
Fix user platform override between armv7 and thumb
Brandon Miller committed
March 18, 2025
J
Fix loading .gnu_debugdata when loading an ELF with non-zero base
Josh Ferrell committed
March 4, 2025
B
Use robust check for MIPS architecture when generating the lazy bind resolver symbol.
Brian Potchik committed
March 3, 2025
B
Perform fixups for MIPS local GOT slots using synthetic relocation entries.
Brian Potchik committed
B
Correctly perform fixups for MIPS32 local symbols using synthetic relocation entries.
Brian Potchik committed
January 20, 2025
B
Allow overriding common loader settings when automatic load file parsing fails.
Brian Potchik committed
November 23, 2024
M
Implement SHN_COMMON symbol handling
Mitchell Johnson committed
November 22, 2024
M
Fix CXXABI postfixed externs being duplicated in ELF
Mason Reed committed
November 8, 2024
X
Bulk add segments in the binary view to improve performance
Xusheng committed
October 23, 2024
J
Add API to bulk add segments, use it in elf view
Josh Ferrell committed
October 18, 2024
J
verify relocation sections have non-zero sizes
Jordan Wiens committed
September 23, 2024
G
Demangler plugin API
Glenn Smith committed
September 18, 2024
J
Add support for loading symbols from .gnu_debugdata
Josh Ferrell committed
August 16, 2024
J
Prevent reading past end of dynamic table
Josh Ferrell committed
August 14, 2024
B
Fix scoping bug with 'files.elf.detectARMBE8Binary' setting.
Brian Potchik committed
July 19, 2024
B
MemoryMap update with new segment model.
Brian Potchik committed
July 4, 2024
July 3, 2024
J
Add missing GNU_PROPERTY program header type
Josh Ferrell committed
June 6, 2024
C
Add `Elf{32,64}_{Rel,Rela}` table to ELF view
clubby789 committed