summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2026-01-20Update container transform docs.Brian Potchik
2026-01-20Other changes related to handling null strings.Alexander Taylor
2026-01-20handle None cases when empty strings are returned from the core and fix assoc...Jordan Wiens
2026-01-18fix syntax for note section of newly added api docsJordan Wiens
2026-01-16fix pydoc formatting for recent metadata API changesJordan Wiens
2026-01-16Add get_metadata() method and make query_metadata() raise KeyError consistentlyPeter LaFosse
2026-01-15Make add_user/auto_segments/sections more pythonic.Peter LaFosse
2026-01-14Allow controlling which address is used for instructions created when inlinin...Mark Rowe
2026-01-12Add module workflow hello world example.Malware Utkonos
2026-01-01update copyrights for 2026Jordan Wiens
2026-01-01manually update formatting of some copyrightsJordan Wiens
2026-01-01add whole-file entropy calculation to triageJordan Wiens
2025-12-29Add `ProjectFile` type annotation to python `load` function (#7839)utkonos
2025-12-18entropy tooltip showing offset and fix python versionJordan Wiens
2025-12-18fix triage entropy graph navigation for mapped filesJordan Wiens
2025-12-15Add PossibleValueSet operation APIs and fixes to PVS python APIJosh Ferrell
2025-12-12Generator: Detect flag enums and use IntFlag insteadGlenn Smith
2025-12-12Generator: Fix <4 byte signed enums with negative membersGlenn Smith
2025-12-12Python: Make raw operand conversion functions privateGlenn Smith
2025-12-11Specify fixed underlying types for enums exposed by coreMark Rowe
2025-12-11Plugin api docs typos fix (#7751)Max Stanchin