summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2024-08-16Add initial composable workflows.Brian Potchik
2024-08-14Remove leftover debug log in python platform API (skip-ci, skip-note)Mason Reed
Fixes https://github.com/Vector35/binaryninja-api/issues/5851
2024-08-14Fix unitialized workflow machine property.Brian Potchik
2024-08-13Add a way to disable function analysis update and use it to supress analysis ↵Xusheng
update during debugger launch
2024-08-07Expose Collaboration::ConflictSplitter in APIJosh Ferrell
2024-08-06Add flag role for carry flag when subtraction is implemented with additionRusty Wagner
2024-08-05fix typo in Variable.name docsJordan Wiens
2024-08-05Add example to demangle_llvm python docs (skip-note, skip-ci)Mason Reed
2024-08-04spellcheck pass on pydocsJordan Wiens
2024-08-04fix typo in provenance docsJordan Wiens
2024-08-04Add support for memory region flags propagation.Brian Potchik
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-08-02Support setting user global pointer valueXusheng
2024-07-26Properly check for/log failures and return status on Typelib.write_to_filekat
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-25Add MediumLevelILFunction.is_var_live_atZichuan Li
2024-07-25Add is_ssa_var_live_at into mlilZichuan Li
2024-07-24Release floating license in shutdown()Glenn Smith
2024-07-24Fix every call to _init_plugins() causing a license checkoutGlenn Smith
2024-07-24Add Platform::GetRelatedPlatformskat
2024-07-23restore tab completion parity when fuzzySearch is disabledJordan Wiens
2024-07-22Add ability to modify segment flags via MemoryMap API.Brian Potchik
2024-07-19Filter under/dunder members in bncompleterJosh Ferrell
2024-07-18MemoryMap update with new segment model.Brian Potchik
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-07-16Update api usage in the other collaboration examplesGlenn Smith
2024-07-15Fix sync_test.py collaboration exampleJosh Ferrell
2024-07-12Prevent crash when trying to rename unknown type in typearchiveJosh Ferrell
2024-07-09Refactor architecture calling convention python apiMason Reed
2024-07-09Expose Function::UsesIncomingGlobalPointer through the API. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5686
2024-07-02add custom tooltip exampleJordan Wiens
2024-07-02Fix many crashes from uncaught exceptionsJosh Ferrell
2024-07-02Fix needing to have a binary open to use current_projectJosh Ferrell
2024-06-26[Enterprise] Clean up initialization flowGlenn Smith
2024-06-25Fix il magic variables for lifted, mmlil, mmlil_ssaJosh Ferrell
2024-06-24fix return type for python KeyValueStore size functionsRubens Brandao
2024-06-24fix python Database.trim_snapshotRubens Brandao
2024-06-24fix python DisassemblyTextRenderer basic_block and settingsRubens Brandao
2024-06-21Fix some type hintsJosh Ferrell
2024-06-14Correct doc comment about not being able to remove plugin repositories; Also ↵KyleMiles
add doc comment for #2987
2024-06-14Replace plugin minimum_version with minimum_version_info; Add ↵KyleMiles
maximum_version_info
2024-06-14Plugin Manager : Remove install instructionsKyleMiles
2024-06-14Plugin mananger : Remove license name fieldKyleMiles
2024-06-14Shallow instruction traversal for HighLevelILInstruction.traverseMason Reed
2024-06-10Fix python magic variables applying post-startupGlenn Smith
2024-06-06Add api/modular system to python magic variablesGlenn Smith
2024-06-05Add support for getting/setting default calling conventions in pythonJosh Ferrell