index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
view
/
elf
/
elfview.cpp
Age
Commit message (
Expand
)
Author
2025-05-28
Support for Linux x86-64 x32 ABI
Brandon Miller
2025-04-03
Fix user platform override between armv7 and thumb
Brandon Miller
2025-03-18
Fix loading .gnu_debugdata when loading an ELF with non-zero base
Josh Ferrell
2025-03-04
Use robust check for MIPS architecture when generating the lazy bind resolver...
Brian Potchik
2025-03-03
Perform fixups for MIPS local GOT slots using synthetic relocation entries.
Brian Potchik
2025-03-03
Correctly perform fixups for MIPS32 local symbols using synthetic relocation ...
Brian Potchik
2025-01-20
Allow overriding common loader settings when automatic load file parsing fails.
Brian Potchik
2024-12-05
Implement SHN_COMMON symbol handling
Mitchell Johnson
2024-11-22
Fix CXXABI postfixed externs being duplicated in ELF
Mason Reed
2024-11-13
Bulk add segments in the binary view to improve performance
Xusheng
2024-10-23
Add API to bulk add segments, use it in elf view
Josh Ferrell
2024-10-17
verify relocation sections have non-zero sizes
Jordan Wiens
2024-10-17
Demangler plugin API
Glenn Smith
2024-09-18
Add support for loading symbols from .gnu_debugdata
Josh Ferrell
2024-09-13
Ultimate.
Alexander Taylor
2024-08-16
Prevent reading past end of dynamic table
Josh Ferrell
2024-08-14
Fix scoping bug with 'files.elf.detectARMBE8Binary' setting.
Brian Potchik
2024-07-18
MemoryMap update with new segment model.
Brian Potchik
2024-07-09
Account for rebasing when processing ELF_STT_FUNC entries. Fix https://github...
Xusheng
2024-07-03
Add missing GNU_PROPERTY program header type
Josh Ferrell
2024-06-24
Add `Elf{32,64}_{Rel,Rela}` table to ELF view
clubby789
2024-06-19
Fix up the files.elf.detectARMBE8Binary setting
Xusheng
2024-06-18
More conservative detection of ARM BE8 binaries. Fix https://github.com/Vecto...
Xusheng
2024-06-11
ELF: Fix crash if an entry point function fails to load
Glenn Smith
2024-05-28
Solved issue #1180 by adding new APIs
Zichuan Li
2024-05-16
Removed loader.architecture override from views
Brandon Miller
2024-05-06
Ignore thumb mapping symbols when defining names in ELF
Josh Ferrell
2024-05-03
Format added braces
Mason Reed
2024-05-03
Use LLVM demangler as a fallback for GNU and MS demanglers
Mason Reed
2024-04-24
Define symtab in elf raw view
Josh Ferrell
2024-04-24
Do not define symbols from mapping symbols
Josh Ferrell
2024-03-19
ELF view: skip 0x0 and -0x1 values when dealing with init/fini arrays
Xusheng
2024-03-19
Avoid creating function symbols with integer type
Xusheng
2024-03-19
name functions in .init_array/.fini_array/.ctors/.dtors sections
Xusheng
2024-03-06
Move view modules into the API repo
Rusty Wagner