summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-08-17The load API now returns None for an invalid handle.Brian Potchik
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-08-17Remove deprecation of BinaryView and BinaryViewType open APIs.Brian Potchik
2023-08-16Handle case where __init__ on BinaryDataNotifications base class is not calle...Brian Potchik
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-16Add some convenience flags to NotificationType.Brian Potchik
2023-08-15Fix potential crash with register_notification and add support for notificati...Brian Potchik
2023-08-12Fix typo in components callbacks.Brian Potchik
2023-08-11Add notification_barrier support and ability to selectively enable notificati...Brian Potchik
2023-08-11Add current_il_instructions magic variable in the Python console. Fix https:...Xusheng
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable noti...Brian Potchik
2023-08-03Add an API to get structure member including inherited ones. Fix auto structu...Xusheng
2023-08-02Fix cannot run Python script when the file contains non-ASCII characters. Fix...Xusheng
2023-08-01remove deprecation warning on mlilvar srcJordan Wiens
2023-07-29Core workflows feature update.Brian Potchik
2023-07-26Properly set DisassemblySettings like WaitForIL while doing text and constant...Xusheng
2023-07-25small pydoc fixes in navigate APIsJordan Wiens
2023-07-24fix debuginfo example documentationJordan Wiens
2023-07-22Python API : Add examples to the docs for MediumLevelILInstruction.visit and ...KyleMiles
2023-07-22Python API : Deprecate MediumLevelILVar.src and MediumLevelILVarSsa.src in fa...KyleMiles
2023-07-22Python API : Allow HLIL/MLIL get_ssa_var_definition and get_ssa_var_uses to a...KyleMiles
2023-07-22Add Variable.is_parameter_variableKyleMiles
2023-07-20Add BNGetDefaultTypeParser API.Alexander Taylor
2023-07-12Fix a failure that occured when passing load/BinaryView.load raw datakat
2023-07-10Fix broken python bindingsKyleMiles
2023-07-10Python API : Fix missing parameter on debuginfo.parse_debug_infoKyleMiles
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-06-29Improve __repr__ for IL instructions, and related objectsPeter LaFosse
2023-06-29Implement __repr__ for all basic blocks in the base classPeter LaFosse
2023-06-29Improve API of LLIL /Call/ instrucitonPeter LaFosse
2023-06-29Clarifying parts of the basic block APIs.Alexander Taylor
2023-06-27Deprecate standalone preprocess API function.Alexander Taylor
2023-06-23Add warnings around the use of add_binaryview_initial_analysis_completion_eve...Peter LaFosse
2023-06-22export svg now theme awareJordan Wiens
2023-06-09fix documentation for callee_addresses fixes #4356Peter LaFosse
2023-06-09Fix LowLevelILCallSsa.output to work like MediumLevelILCallSsa.outputPeter LaFosse
2023-06-09Prevent exception on close in FunctionListPeter LaFosse
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-06-08include typed file for mypy in buildsJordan Wiens
2023-06-08replace format with fstrings, fix opacity bug, better enable raw svgJordan Wiens
2023-06-07variable.py : Add 'offset_to_next_variable' convenience functionKyleMiles
2023-06-06try to make sphinx ver on macos build happyJordan Wiens
2023-06-05cleanup pydoc warningsJordan Wiens
2023-06-02Fix typo in highlevelil.py docsKyleMiles
2023-06-02add handle= to function constructorsJJTech0130
2023-06-02add AnalysisContext around acJJTech0130
2023-06-02add AnalysisContext classJJTech0130
2023-06-02Add Var, SSAVar, and AliasedVar to commonil.py, and update the relavent MLIL/...KyleMiles