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
/
coffview.cpp
Age
Commit message (
Collapse
)
Author
2025-07-03
Expose Add/RemoveDataReference and ensure BinaryViews use this API instead ↵
Peter LaFosse
of the _user_ variant
2025-05-30
Don't query the template simplifier setting while demangling symbols
Peter LaFosse
2025-04-03
Fix user platform override between armv7 and thumb
Brandon Miller
Only override the default platform based on the entry point architecture in cases where the user didn't explicitly set loader.platform
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-17
Demangler plugin API
Glenn Smith
Closes #467
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-05-16
Removed loader.architecture override from views
Brandon Miller
Architecture is derived from platform object and can be overriden using loader.platform
2024-03-06
Move view modules into the API repo
Rusty Wagner