summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2025-02-06Add After variants for looking up variables at instructionsGlenn Smith
2025-02-05Stop importing Type Archive types in parse_type_stringGlenn Smith
2025-02-04Fixes `Architecture._get_stack_pointer_register` to return 0 instead of None ...Galen Williamson
2025-02-04Firmware Ninja relationships APIBrandon Miller
2025-02-04Do not call callbacks on IL instruction when the instruction index is invalid...Xusheng
2025-02-03Fix documentation around `LLIL_MUL`Dusk Banks
2025-01-31Update Render Layer docs and type annotationsGlenn Smith
2025-01-30Render LayersGlenn Smith
2025-01-28Fixes #6370: HighlightColor.__init__ attempts to set a property with no setterGalen Williamson
2025-01-24Update docs for get_save_filename_input to reflect actual api specGlenn Smith
2025-01-24Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-22Support eligibility callbacks through the API for Workflow actions.Brian Potchik
2025-01-20Revert "Add line formatter API and a generic line formatter plugin"Rusty Wagner
2025-01-17Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-17Firmware Ninja reference tree APIBrandon Miller
2025-01-14Fix docstring in plugin.pyBrian Potchik
2025-01-14add example to plugincommandcontextJordan Wiens
2025-01-09Deprecate `Segment.serialize` and `Section.serialize` in favor of descriptor-...Brian Potchik
2024-12-27Fix trying to construct a FunctionViewType from a FunctionViewTypeGlenn Smith
2024-12-27Add default implementations to Python TypePrinter to dual C++Glenn Smith
2024-12-14Pass length to free flag conditions list callback and remove libc from rust apiMason Reed
2024-12-14Pass length to free register list callbackMason Reed
2024-12-05fix documentation around workflow example codeJordan Wiens
2024-12-03Add `Relocation` information to python apiMason Reed
2024-12-03Update documentation for add_memory_region.Brian Potchik
2024-11-27Add support for a logical memory map representation.Brian Potchik
2024-11-25Add additional python APIs to query tags by scope.Brian Potchik
2024-11-25Fix placeholder deprecation decorators and versions.Brian Potchik
2024-11-22C++ and Python API for Firmware NinjaBrandon Miller
2024-11-18Minor documentation update for python API workflows.Brian Potchik
2024-11-15Add extra explanation for `export_*_to_library` APIs.Alexander Taylor
2024-11-15Add warnings about silent failures in function APIs.Alexander Taylor
2024-11-07Add APIs to support bulk segment addition operations.Brian Potchik
2024-11-06Improve documentation for `update_analysis*` methods.Brian Potchik
2024-11-05Add delay support to workflow machine.Brian Potchik
2024-11-05Make Python data renderers backwards compatibleRusty Wagner
2024-11-05Fix python DataRenderer APIPeter LaFosse
2024-11-03Update type hints for BaseILInstruction.add_subgraphKyleMiles
2024-11-03Python API : Update .operands documentationKyleMiles
2024-11-01Fix segment removal APIs.Brian Potchik
2024-10-30Use idiomatic PythonZerotistic
2024-10-30fix: validate input type in TypeLibrary.add_alternate_name to prevent crashesZerotistic
2024-10-29Small type hint fixesJosh Ferrell
2024-10-28Eliminate AST parameter in high level rendering APIs, as it is already part o...Rusty Wagner
2024-10-28Properly wrap the Activity object returned from 'register_activity'.Brian Potchik
2024-10-25Fix not being able to set UIDF on function parametersGlenn Smith
2024-10-25Retrieve view from analysis contextMason Reed
2024-10-24Improve documentation for `update_analysis`.Brian Potchik
2024-10-24Initial implementation of the module-level analysis workflow.Brian Potchik
2024-10-24Remove bad import in __init__.pyJosh Ferrell