summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2025-11-19Add more type hints to lineardisassembly.pyJosh Ferrell
2025-11-19Fix DisassemblyTextLine reprJosh Ferrell
2025-11-14add flowgraph supportJordan Wiens
2025-11-14add example render layer to inject newlinesJordan Wiens
2025-11-10fix coreversion info and add docsJordan Wiens
2025-11-10improved indentation and update formatting detectionJordan Wiens
2025-11-10fix missing newlines breaking listsJordan Wiens
2025-11-10fix small formatting in memorymap api docsJordan Wiens
2025-11-04Add auto downloading of project file dependencies, clean up download APIsJosh Ferrell
2025-11-04Add project file dependenciesJosh Ferrell
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
2025-11-04[Python] Add virtual `bit_offset` member to the `StructureMember` and clarify...Mason Reed
2025-11-04Update MemoryMap documentation. (skip-ci)Brian Potchik
2025-11-03Revert "Refactor Plugin Load/Management to support upcoming changes"0cyn
2025-11-03Add helpers for whether a function is exported.Alexander Taylor
2025-11-02add more keywords to search APIJordan Wiens
2025-11-02additional error handling for utf8 decodingJordan Wiens
2025-10-31Add optional display name field for memory regions.Brian Potchik
2025-10-30Fix python type annotation.Brian Potchik
2025-10-29Fix docstring.Brian Potchik
2025-10-29Add ZipPython transform as a reference container example.Brian Potchik
2025-10-29Add Python APIs for extended transform/container support.Brian Potchik
2025-10-29Refactor Plugin Load/Management to support upcoming changes0cyn
2025-10-28Fix crash Python bindings for Transform API.Brian Potchik
2025-10-27Add documentation to the constant renderer and string recognizer APIsRusty Wagner
2025-10-23Fix imported functions being ignored when building call sites, and fix python...Mason Reed
2025-10-23allow types.get_types to take str or QualifedNameJordan Wiens
2025-10-23Rename Type.finalized to Type._finalizedRusty Wagner
2025-10-23Fix Type object leaks in the Python type APIRusty Wagner
2025-10-23Fix lost type attributes in TypeBulider Python APIRusty Wagner
2025-10-23Support bitfields in type systemMason Reed
2025-10-22Add API to dereference named type referencesRusty Wagner
2025-10-22Add setter for BB analysis context max_size_reachedBrandon Miller
2025-10-21fix documentation indentationJordan Wiens
2025-10-21Add an example for using constant renderers to render unusual floating point ...Rusty Wagner
2025-10-21Add derived strings and string recognizer APIRusty Wagner
2025-10-21Add constant renderer APIRusty Wagner
2025-10-21Add missing rebased notification to Python APIRusty Wagner
2025-10-16Expose DebugFunctionInfo.local_variables to python apiJosh Ferrell
2025-10-16Add GetTypeCount APIPeter LaFosse
2025-10-15Fix some python type hintsJosh Ferrell
2025-10-15Improve PossibleValueSet.__eq__Josh Ferrell
2025-10-12Improve error handling in project apisJosh Ferrell
2025-10-06Add type attribute APIsRusty Wagner
2025-10-03Add DecodeWithContext method to Transform API layers.Brian Potchik
2025-10-01better handling for when utf8 decoding failsJordan Wiens
2025-09-30Initial support for opening container formats.Brian Potchik
2025-09-29Add a new line disassembly text tokenBrandon Miller
2025-09-22small documentation update for llil call and call_stack_adjust instructionsJordan Wiens
2025-09-17[Python] Use IL-specific types in return type annotations for get_basic_block_attbodt