summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2025-03-18Revert importing sharedcache in Python init.Alexander Taylor
2025-03-18Documentation and type hints for sharedcache.py, properly import binaryninja....kat
2025-03-14Return None on ILException in get_low_level_il_atBrandon Miller
2025-03-13Python: Add ILSourceLocation to these functions tooGlenn Smith
2025-03-11Update RewritePushPop wf example to use new after apiGlenn Smith
2025-03-10Add support for recoverable analysis abort.Brian Potchik
2025-03-06Add API to insert Activities after a specified Activity.Brian Potchik
2025-03-06Python: Add LLILFunction.translate and sample workflow using itGlenn Smith
2025-03-06Python: LLILFunction.prepare_to_copy_function and copy_toGlenn Smith
2025-03-06Python: Fix LLILFunction.flag() calling the flag `reg`Glenn Smith
2025-03-06Python: Fix LLILFunction.add_label_mapGlenn Smith
2025-03-06Python: Fix blank flag_write in another placeGlenn Smith
2025-03-06Make the Workflow::Clone name optional and update the docs.Brian Potchik
2025-03-05Python: HLIL instruction buildersGlenn Smith
2025-03-05Python: MLIL instruction buildersGlenn Smith
2025-03-05Python: Fix some missing params/docs for LLIL float exprsGlenn Smith
2025-03-05Python: Add source location parameter to LLIL buildersGlenn Smith
2025-03-05Python: Make copy_expr copy with locationGlenn Smith
2025-03-05Python: Fix LLILInstr.copy_expr breaking with flagsGlenn Smith
2025-03-05Python: Add ability to construct expressions with locationsGlenn Smith
2025-03-05small doc formatting fixJordan Wiens
2025-03-05API has been refactored, this warning is no longer correctJordan Wiens
2025-03-05Improvements for advanced binary search.Brian Potchik
2025-02-25Refactor analysis pipeline completion logic and add support for re-enabling a...Brian Potchik
2025-02-21Deduplicate function objects returned from 'get_functions_by_name' API.Brian Potchik
2025-02-18Add BinaryView.forget_undo_actionsGlenn Smith
2025-02-14uidf refactorRyan Snyder
2025-02-14fix typo in il_function variable property in python apiJordan Wiens
2025-02-13Fix leaking BNDataVariableAndName when calling BNGetDebugDataVariableBy funct...Mason Reed
2025-02-12Fix setter in FWN relationships Python APIBrandon Miller
2025-02-11Add LowLevelILOperation.LLIL_BOOL_TO_INT. Fix https://github.com/Vector35/bin...Xusheng
2025-02-06Add After variants for looking up variables at instructionsGlenn Smith
2025-02-05Stop importing Type Archive types in parse_type_stringGlenn Smith
2025-02-04Fixes `Architecture._get_stack_pointer_register` to return 0 instead of None ...Galen Williamson
2025-02-04Firmware Ninja relationships APIBrandon Miller
2025-02-04Do not call callbacks on IL instruction when the instruction index is invalid...Xusheng
2025-02-03Fix documentation around `LLIL_MUL`Dusk Banks
2025-01-31Update Render Layer docs and type annotationsGlenn Smith
2025-01-30Render LayersGlenn Smith
2025-01-28Fixes #6370: HighlightColor.__init__ attempts to set a property with no setterGalen Williamson
2025-01-24Update docs for get_save_filename_input to reflect actual api specGlenn Smith
2025-01-24Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-22Support eligibility callbacks through the API for Workflow actions.Brian Potchik
2025-01-20Revert "Add line formatter API and a generic line formatter plugin"Rusty Wagner
2025-01-17Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-17Firmware Ninja reference tree APIBrandon Miller
2025-01-14Fix docstring in plugin.pyBrian Potchik
2025-01-14add example to plugincommandcontextJordan Wiens
2025-01-09Deprecate `Segment.serialize` and `Section.serialize` in favor of descriptor-...Brian Potchik
2024-12-27Fix trying to construct a FunctionViewType from a FunctionViewTypeGlenn Smith