index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
examples
/
mappedview.py
Age
Commit message (
Collapse
)
Author
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵
Josh Ferrell
propagation
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-03-28
missed the older dates!
Jordan Wiens
2024-05-16
Removed loader.architecture from py mapped view
Brandon Miller
Also updated Python API docs references to loader.architecture
2024-01-08
update copyright year
Jordan Wiens
2023-07-10
Move binary view loading in to the core; deprecate open_view in favor of ↵
KyleMiles
load; update examples
2023-01-05
Update copyright to 2023
Josh F
2022-10-09
Remove default load settings; Move settings `analysis.debugInfoInternal` and ↵
KyleMiles
`loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
2022-10-04
Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; ↵
KyleMiles
Add API bindings for `BinaryView::GetDebugInfo()`, `BinaryView::ApplyDebugInfo()`, and `BinaryView::SetDebugInfo()`; Remove `analysis.experimental.parseDebugInfo` (in favor of `loader.debugInfoInternal` and `loader.debugInfoExternal`)
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-01-18
updating copyright year
Jordan Wiens
2020-10-25
Cleanup loader settings.
Brian Potchik
2020-06-06
Cleanup mappedview.py exmaple.
Brian Potchik
2020-06-06
Add BinaryView.init documentation to mappedview.py example.
Brian Potchik
2020-06-03
Fix error handling in mappedview example
Nick Shipp
2020-03-05
Update mappedview example to add the entry point after segments are added.
Brian Potchik
2020-02-16
Add example binary view plugin which demonstrates the load settings system.
Brian Potchik