summaryrefslogtreecommitdiff
path: root/python/examples/mappedview.py
AgeCommit message (Expand)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2024-05-16Removed loader.architecture from py mapped viewBrandon Miller
2024-01-08update copyright yearJordan Wiens
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-01-05Update copyright to 2023Josh F
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-04Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...KyleMiles
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