summaryrefslogtreecommitdiff
path: root/python/examples/mappedview.py
AgeCommit message (Collapse)Author
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ↵KyleMiles
`loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
2022-10-04Rename 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-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-10-25Cleanup loader settings.Brian Potchik
2020-06-06Cleanup mappedview.py exmaple.Brian Potchik
2020-06-06Add BinaryView.init documentation to mappedview.py example.Brian Potchik
2020-06-03Fix error handling in mappedview exampleNick Shipp
2020-03-05Update mappedview example to add the entry point after segments are added.Brian Potchik
2020-02-16Add example binary view plugin which demonstrates the load settings system.Brian Potchik