summaryrefslogtreecommitdiff
path: root/python/__init__.py
AgeCommit message (Collapse)Author
2026-05-05add initialization to APIs that might not have already required itJordan Wiens
2026-04-14Plugin Manifest V2 Support0cyn
2026-01-20handle None cases when empty strings are returned from the core and fix ↵Jordan Wiens
associated coreversion usage
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-29Add `ProjectFile` type annotation to python `load` function (#7839)utkonos
2025-11-10fix coreversion info and add docsJordan Wiens
2025-11-03Revert "Refactor Plugin Load/Management to support upcoming changes"0cyn
This reverts commit 72fcf44f3731ade3cf1310da55f633f1cb9069ce.
2025-10-29Refactor Plugin Load/Management to support upcoming changes0cyn
2025-10-21Add derived strings and string recognizer APIRusty Wagner
2025-10-21Add constant renderer APIRusty Wagner
2025-07-09Add get_system_cache_directory and GetSystemCacheDirectory to APIAlexander Khosrowshahi
2025-07-08remove spurious freestring from coreversion initializerJordan Wiens
2025-07-02cannot use the same keyword for RST linksJordan Wiens
2025-06-06fix broken link in python docsJordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2025-03-18Revert importing sharedcache in Python init.Alexander Taylor
2025-03-18Documentation and type hints for sharedcache.py, properly import ↵kat
binaryninja.sharedcache automatically
2025-03-05API has been refactored, this warning is no longer correctJordan Wiens
2025-01-30Render LayersGlenn Smith
2025-01-24Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-20Revert "Add line formatter API and a generic line formatter plugin"Rusty Wagner
This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b.
2025-01-17Add line formatter API and a generic line formatter pluginRusty Wagner
2024-11-22C++ and Python API for Firmware NinjaBrandon Miller
2024-10-24Remove bad import in __init__.pyJosh Ferrell
2024-10-23Initial commit of the alpha dyld_shared_cache view API Plugin.kat
This is an early release of our DSC processing plugin. We're still hard at work improving this feature. You should be able to just drop in a dyld_shared_cache and use the 'Shared Cache Triage' view to load and analyze images.
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ↵Rusty Wagner
Pseudo Python example plugin
2024-09-13Ultimate.Alexander Taylor
2024-08-02make URLs linked text for connect_debugger python callsJordan Wiens
2024-08-02add documentation for progress_func only working on BNDB filesJordan Wiens
2024-08-02fix formatting of a few return typesJordan Wiens
2024-08-02Import debuginfo.py in __init__.py. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5815
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-24Release floating license in shutdown()Glenn Smith
2024-07-24Fix every call to _init_plugins() causing a license checkoutGlenn Smith
2024-07-18Add fuzzy completion to the python consoleGlenn Smith
Co-Authored-By: Rusty Wagner <rusty@vector35.com> Co-Authored-By: Kyle Miles <kyle@vector35.com>
2024-06-26[Enterprise] Clean up initialization flowGlenn Smith
2024-06-14Replace plugin minimum_version with minimum_version_info; Add ↵KyleMiles
maximum_version_info
2024-05-16Removed loader.architecture from py mapped viewBrandon Miller
Also updated Python API docs references to loader.architecture
2024-04-30Python bindings for base address detection APIBrandon Miller
2024-03-20add comparators for CoreVersionInfo and easier creation from stringsJordan Wiens
2024-02-234.0 documentationJordan Wiens
- Refactored Type Documentation - Added Projects - Added Type Archives - Added New Sidebar Documentation - Added String Concepts - Added Light/Dark Mode - Added New Tab Documentation - Added BNIL Guide: HLIL docs - Added new cookbook examples - Added migration guide - Added script for building docsets - Added documentation for themes - Updated all images to Ninja Edit - API Docs : Documents BasicBlockEdge and BasicBlock - API Docs : Documents CoreVariable, Variable, and VariableNameAndType - API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now. - Many, many other changes
2024-02-07Type ArchivesGlenn Smith
2024-01-22Project supportJosh Ferrell
2024-01-08update copyright yearJordan Wiens
2023-11-07Make non "if_available" il accessors throw ILException, create exceptions.py ↵Josh Ferrell
for custom exception types
2023-11-06Type ContainersGlenn Smith
2023-09-20standardize deprecation format and linkify suggestionsJordan Wiens
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-04-19[Enterprise] Include collaboration python api properlyGlenn Smith
2023-04-12python: core: trivial docstring updateWilli Ballenthin