summaryrefslogtreecommitdiff
path: root/view/elf/elfview.cpp
AgeCommit message (Expand)Author
2025-05-28Support for Linux x86-64 x32 ABIBrandon Miller
2025-04-03Fix user platform override between armv7 and thumbBrandon Miller
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
2024-09-13Ultimate.Alexander Taylor
2024-08-16Prevent reading past end of dynamic tableJosh Ferrell
2024-08-14Fix scoping bug with 'files.elf.detectARMBE8Binary' setting.Brian Potchik
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-09Account for rebasing when processing ELF_STT_FUNC entries. Fix https://github...Xusheng
2024-07-03Add missing GNU_PROPERTY program header typeJosh Ferrell
2024-06-24Add `Elf{32,64}_{Rel,Rela}` table to ELF viewclubby789
2024-06-19Fix up the files.elf.detectARMBE8Binary settingXusheng
2024-06-18More conservative detection of ARM BE8 binaries. Fix https://github.com/Vecto...Xusheng
2024-06-11ELF: Fix crash if an entry point function fails to loadGlenn Smith
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
2024-05-16Removed loader.architecture override from viewsBrandon Miller
2024-05-06Ignore thumb mapping symbols when defining names in ELFJosh Ferrell
2024-05-03Format added bracesMason Reed
2024-05-03Use LLVM demangler as a fallback for GNU and MS demanglersMason Reed
2024-04-24Define symtab in elf raw viewJosh Ferrell
2024-04-24Do not define symbols from mapping symbolsJosh Ferrell
2024-03-19ELF view: skip 0x0 and -0x1 values when dealing with init/fini arraysXusheng
2024-03-19Avoid creating function symbols with integer typeXusheng
2024-03-19name functions in .init_array/.fini_array/.ctors/.dtors sectionsXusheng
2024-03-06Move view modules into the API repoRusty Wagner