summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2025-03-19Add API for BinaryView::FinalizeNewSegmentskat
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-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
Co-Authored-By: ltlly <a1253213025@163.com>
2025-03-05Python: Fix LLILInstr.copy_expr breaking with flagsGlenn Smith
Co-Authored-By: ltlly <a1253213025@163.com>
2025-03-05Python: Add ability to construct expressions with locationsGlenn Smith
Co-Authored-By: ltlly <a1253213025@163.com>
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 ↵Brian Potchik
analysis after an abort.
2025-02-21Deduplicate function objects returned from 'get_functions_by_name' API.Brian Potchik
2025-02-18Add BinaryView.forget_undo_actionsGlenn Smith
Closes Vector35/binaryninja-api#6430
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 ↵Mason Reed
functions
2025-02-12Fix setter in FWN relationships Python APIBrandon Miller
2025-02-11Add LowLevelILOperation.LLIL_BOOL_TO_INT. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/6408
2025-02-06Add After variants for looking up variables at instructionsGlenn Smith
Fixes #6397
2025-02-05Stop importing Type Archive types in parse_type_stringGlenn Smith
CC Vector35/binaryninja-api#6235
2025-02-04Fixes `Architecture._get_stack_pointer_register` to return 0 instead of None ↵Galen Williamson
when unimplemented to prevent ctypes error
2025-02-04Firmware Ninja relationships APIBrandon Miller
2025-02-04Do not call callbacks on IL instruction when the instruction index is ↵Xusheng
invalid. Fix https://github.com/Vector35/binaryninja-api/issues/6320
2025-02-03Fix documentation around `LLIL_MUL`Dusk Banks
`mul` is aligned with at least what x86 returns for tokens. Signed-off-by: Dusk Banks <me@bb010g.com>
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
This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b.
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 ↵Brian Potchik
descriptor-based classes.