index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
view
/
pe
Age
Commit message (
Expand
)
Author
2026-05-28
[PE] Add a fast fail for malformed PE exception directory table size
Mason Reed
2026-04-22
[PE] Do not create symbols for debugging metadata symbol entries
Josh Ferrell
2026-03-06
Remove unused variable (skip-ci)
Xusheng
2026-03-05
Parse and display PE resource information in triage view. Fix https://github....
Xusheng
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-08
Introduce an RAII type for managing bulk symbol modifications
Mark Rowe
2025-10-21
better validation for malformed PE RSRC records and cleanup (fixes an infinit...
Jordan Wiens
2025-10-21
fix pe section debug logging
Jordan Wiens
2025-08-01
Add 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-03
Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...
Peter LaFosse
2025-06-25
Fix cxx20 compiler warnings.
Alexander Taylor
2025-06-25
Update CXX_STANDARD to 20.
Alexander Taylor
2025-06-25
Remove implicit conversions from Confidence to underlying type, these can cau...
Rusty Wagner
2025-05-30
Don't query the template simplifier setting while demangling symbols
Peter LaFosse
2025-05-13
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Glenn Smith
2025-04-21
Actually fix crash when opening aarch64 TE binary with free version
Josh Ferrell
2025-04-17
Fix crash when opening aarch64 TE binary with free version
Josh Ferrell
2025-04-03
Fix user platform override between armv7 and thumb
Brandon Miller
2025-03-28
belated copyright year update
Jordan Wiens
2025-03-07
Allow PE view endianness to be overridden to BE
Brandon Miller
2025-01-20
Allow overriding common loader settings when automatic load file parsing fails.
Brian Potchik
2024-11-13
Bulk add segments in the binary view to improve performance
Xusheng
2024-10-23
Fix conditional no-return
Peter LaFosse
2024-10-17
Demangler plugin API
Glenn Smith
2024-09-25
Fix PE with invalid string table start failing to load
Josh Ferrell
2024-09-16
Register and use loggers for COFF view
Josh Ferrell
2024-09-16
Fail to resolve long PE section name when string table is invalid
Josh Ferrell
2024-09-13
Ultimate.
Alexander Taylor
2024-08-08
Add workflow for identifying TerminateProcess(GetCurrentProcess)
Peter LaFosse
2024-07-18
MemoryMap update with new segment model.
Brian Potchik
2024-07-15
Fix crash on load of AArch64 TE w/ Binja free
Brandon Miller
2024-06-10
Correctly parse the value of guardCFCheckFunctionPointer and guardCFDispatchF...
Xusheng
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-03
Format added braces
Mason Reed
2024-05-03
Use LLVM demangler as a fallback for GNU and MS demanglers
Mason Reed
2024-04-15
Fix TE view PerformGetEntryPoint
Brandon Miller
2024-03-30
Update copyright year for various modules
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
BinaryView for EFI Terse Executables
Brandon Miller
2024-03-06
Move view modules into the API repo
Rusty Wagner