index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
view
Age
Commit message (
Expand
)
Author
2024-07-18
MemoryMap update with new segment model.
Brian Potchik
2024-07-16
[Mach-O] Fix an error on Free builds
kat
2024-07-15
Fix crash on load of AArch64 TE w/ Binja free
Brandon Miller
2024-07-12
[Objective-C] Fix an issue where freshly opened databases would prompt to sav...
kat
2024-07-11
Fix a database upgrade issue regarding mac-aarch64 dbs that are now loaded as...
kat
2024-07-09
Account for rebasing when processing ELF_STT_FUNC entries. Fix https://github...
Xusheng
2024-07-08
[Mach-O] Fix issue with entry point function platforms on armv7/thumb2
kat
2024-07-03
Add missing GNU_PROPERTY program header type
Josh Ferrell
2024-06-27
Add iOS Platforms. Add Mach-O Typelib support
kat
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
Add support for __chain_start section parsing (Firmware fixups)
kat
2024-06-18
More conservative detection of ARM BE8 binaries. Fix https://github.com/Vecto...
Xusheng
2024-06-17
[Objective-C] Parse CFStrings seperately from main Objective-C Processing.
kat
2024-06-16
[Objective-C] Wrap undo actions in Objective-C processing
kat
2024-06-16
[Objective-C] Nonlazy Category Support, improve category variable naming
kat
2024-06-16
[Objective-C] Parse protocol information.
kat
2024-06-16
[Objective-C] Mark __objc_ivar as const, define names for class/super refs
kat
2024-06-13
ObjC: Fix memory leak in processing
Glenn Smith
2024-06-11
[Mach-O] Add support for DYLD_INFO rebase information
kat
2024-06-11
[Mach-O] Move Objective-C Structural processing to Mach-O View and automatica...
kat
2024-06-11
[Mach-O] Fix issue where imported symbols did not have relocations applied, F...
kat
2024-06-11
ELF: Fix crash if an entry point function fails to load
Glenn Smith
2024-06-10
Correctly parse the value of guardCFCheckFunctionPointer and guardCFDispatchF...
Xusheng
2024-05-29
Improve load performance of Mach-Os with relocations and many symbols
Josh Ferrell
2024-05-28
Solved issue #1180 by adding new APIs
Zichuan Li
2024-05-16
Removed loader.architecture from py mapped view
Brandon Miller
2024-05-16
Removed loader.architecture override from views
Brandon Miller
2024-05-15
Initial parsing of PE resources
Josh Ferrell
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-04-15
Fix TE view PerformGetEntryPoint
Brandon Miller
2024-04-01
Add md1rom binary view with pure Rust lzma implementation
Rusty Wagner
2024-03-30
Update copyright year for various modules
Xusheng
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-15
Give names to data directory entries
Michael Krasnitski
2024-03-15
Adjust names and types of TE Header fields
Michael Krasnitski
2024-03-13
Fixed segment / section misalignment in TE view
Brandon Miller
2024-03-11
Promote unsupported architecture messages to a popup dialog.
Brian Potchik
2024-03-11
BinaryView for EFI Terse Executables
Brandon Miller
2024-03-08
restored "Merge pull request Vector35#7 from VisualEhrmanntraut/main" commit ...
Galen Williamson
2024-03-06
Move view modules into the API repo
Rusty Wagner