summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2025-04-27Add initial Workflow Monitor UI and support for nested subflows.Brian Potchik
2025-04-23Add Function::Analyze API to perform on-demand function analysis.Brian Potchik
2025-04-16[SharedCache] Import the shared cache magic variables in the scripting consoleMason Reed
2025-04-09Remove extra refcount when getting debug info from a bvElykDeer
2025-04-09Expose AnalysisState through the APIXusheng
2025-04-08[aarch64] lift all LD[1-4]R? and ST[1-4] opcodes, lift ST/LDCLR, ST/LDEOR, ST...Galen Williamson
2025-04-07Support string arguments to workflow functions that expect activity lists. (s...Brian Potchik
2025-04-07Return None instead of raising in func IL gettersBrandon Miller
2025-04-07fix broken link in get_llils_at docsJordan Wiens
2025-04-06fix get_llils?_at documentationJordan Wiens
2025-04-05Add current_il_expr and current_il_expr_index magic varsGlenn Smith
2025-03-31Python: Make enterprise.connect() check for enterprise.initialize()Glenn Smith
2025-03-30add example code for PlatformJordan Wiens
2025-03-30update version switcher example to use core_version_info, resolves #6204Jordan Wiens
2025-03-30Add Python Metadata API improvements for handling Metadata as values, diction...Brian Potchik
2025-03-282025 for other formats...Jordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2025-03-28belated copyright year updateJordan Wiens
2025-03-27Python: Fix a couple typoes in the IL buildersGlenn Smith
2025-03-21Don't use fully qualified import.Brian Potchik
2025-03-21Add setting to control automatic analysis updates after Python commands. (ski...Brian Potchik
2025-03-21Add API for refreshing UI without needing an analysis updateGlenn Smith
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 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