summaryrefslogtreecommitdiff
path: root/python/__init__.py
AgeCommit message (Collapse)Author
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
2023-03-21Update documentation for progress callbacks to indicate they must return ↵Peter LaFosse
True to continue the action
2023-03-08typo in load docsJordan Wiens
2023-02-13Add __version__ attribute to python api, allow marking deprecation with ↵Josh Ferrell
future version marker
2023-01-19Deprecate __len__ of SegmentXusheng
Print a warning message when a deprecated function/property/class is used
2023-01-05Update copyright to 2023Josh F
2022-10-17documentation overhaulJordan Wiens
2022-09-29BinaryViewType.open(): Allow PathLike filenameGlenn Smith
2022-09-22Add the Components APIkat
2022-08-05Raise Exception instead of returning None from open_view and loadJosh F
2022-07-01Add channel to core_version_infoJosh F
2022-06-30Add GetVersionInfo() and BNVersionInfo structJosh F
2022-06-14Add error for loading UI plugins in headlessRusty Wagner
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ↵Jordan Wiens
ad-hoc messages with consistent decorator
2022-03-28Docs for connect_{pycharm|vscode}_debugger, referring to docs siteGlenn Smith
2022-03-23Secrets provider in python for accessing the keychainGlenn Smith
2022-03-11Add simple load API for creating a BinaryView from various input types.Brian Potchik
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-12-08[Enterprise] API for getting the current session tokenGlenn Smith
2021-12-08[Enterprise] "Remember me" option in apiGlenn Smith
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl
2021-11-05Backward compatible workaround for log importPeter LaFosse
2021-10-15Database python apiGlenn Smith
2021-09-06Commonize all possible IL base classes in commonil.pyPeter LaFosse
2021-09-06Ignore some unneeded type check errorsPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-17Websocket providerGlenn Smith
2021-08-16Move py debugger functions to __init__.pyGlenn Smith
2021-08-13Workflows early preview.Brian Potchik
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles
2021-04-10small doc update on open_view apiJordan Wiens
2021-04-07adding user_directory() python apiJordan Wiens
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-03-02Some python3 changesPeter LaFosse
2021-03-02Add ability to install python dependenciesPeter LaFosse
Refactor plugin repo loading into scripting provider. Find python binary for given python library
2021-01-18updating copyright yearJordan Wiens
2020-11-08small documentation improvements to demonstrate plugin loading and caveat ↵Jordan Wiens
open_view behavior around bndb loading