summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2026-04-20Enterprise: Add AuthenticateWithToken apiGlenn Smith
2026-04-17Add RecognizeConstantData to StringRecognizer APIBrian Potchik
2026-04-16[Python] Fix handling of zero-width types returned by a custom DemanglerMark Rowe
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-04-15[Python API] Fix exception in LanguageRepresentationFunction.get_block_linesJosh Ferrell
2026-04-14Plugin Manifest V2 Support0cyn
2026-04-13types: fragment type API support (C++, Python)Ryan Snyder
2026-04-08Fix exception with Python architecture hooksBrandon Miller
2026-03-31[Python] Fix BinaryView.get_modification failing when passing a lengthMason Reed
2026-03-30Add a hook to allow BinaryView subclasses to run code after snapshot data is ...Mark Rowe
2026-03-24[Python] Update function signatures of some type library APIsMason Reed
2026-03-20Fix improper variable cast in databasesync.pyAlexander Taylor
2026-03-20Fix copypasta in error message.Alexander Taylor
2026-03-11Enhance MemoryMap bindings and add support to re-enable disabled regions in t...Brian Potchik
2026-03-09Expose BNDetectSearchMode to Python API for search mode testing.Brian Potchik
2026-03-09Fix QueueGenerator GIL deadlock in search APIs.Brian Potchik
2026-03-04Add TypeLibrary::Register, to allow loading type libraries from scriptGlenn Smith
2026-02-26Fix QualifiedName join from ffi and also support NameSpace joinGlenn Smith
2026-02-26Python: QName separator is actually called join by C++Glenn Smith
2026-02-26Pass separator to qname ctorGlenn Smith
2026-02-26fix[python]: missed mismatch for flag_namenullableVoidPtr
2026-02-26fix[python]: covariant user listsnullableVoidPtr
2026-02-26fix[python]: relax type children passed into factoriesnullableVoidPtr
2026-02-26fix[python]: BinaryView typesnullableVoidPtr
2026-02-26feat[python]: QualifiedName.separatornullableVoidPtr
2026-02-26fix[python]: CallingConvention.get_incoming_flag_valuenullableVoidPtr
2026-02-23Add global plugin command typeMason Reed
2026-02-23[BNTL] Allow decompressing standalone TypeLibrary objectsMason Reed
2026-02-23[Python] Add `TypeLibrary.remove_named_object` and `TypeLibrary.remove_named_...Mason Reed
2026-02-23[Python] Add missing `TypeLibrary.duplicate` APIMason Reed
2026-02-20Allow calling conventions to specify a list of registers that are required to...Rusty Wagner
2026-02-18Python API: Fix overriding Architecture.assemble being brokenGlenn Smith
2026-02-18Python API: Add type hints to various Architecture flags fieldsGlenn Smith
2026-02-18Python API: Fix Platform.view_initGlenn Smith
2026-02-18Python API: Properly extract LLIL flags in get_flag_write_low_level_ilGlenn Smith
2026-02-18Python API: Fix LLIL flags param type being inaccurateGlenn Smith
2026-02-17Add setters for NamedTypeReferenceBuilder propertiesPeter LaFosse
2026-02-17Handle Universal binaries through container transform system.Brian Potchik
2026-02-16Fix TypeError when slicing FunctionList/BasicBlockList with [:], [n:], [:n]3rdit
2026-02-16Fix slice handling in TagList to match FunctionList/BasicBlockList fix3rdit
2026-02-16Share context between BB recovery, lifing, and disassemblyBrandon Miller
2026-02-10Fix Python ABB triggering guided analysisBrandon Miller
2026-02-06Add FileMetadata::GetDisplayName API to convey synthesized filenames for cont...Brian Potchik
2026-01-30Improve filename handling for container files.Brian Potchik
2026-01-29Add support for ephemeral session-time settings for TransformSession.Brian Potchik
2026-01-29Fix Python exception in FunctionLifterContextBrandon Miller
2026-01-28Fix a fundamental problem with TypeBuilder.handle by deleting itPeter LaFosse
2026-01-28Add session settings override support to Transform system and clean up docume...Brian Potchik
2026-01-27Perform function lifting and inlining in arch pluginsBrandon Miller
2026-01-22[Python] Support MLIL_SEPARATE_PARAM_LIST and MLIL_SHARED_PARAM_SLOT in copy_...Mark Rowe