summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2025-09-02Do not change symbol type when setting data variable nameJosh Ferrell
2025-08-27Revise the documentation on how multiple symbols at the same address are handledMark Rowe
2025-08-27Revert "Clarify the documentation on how multiple symbols at the same address...Mark Rowe
2025-08-27Clarify the documentation on how multiple symbols at the same address are han...Mark Rowe
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
2025-08-18Add ability to rebase the current view through the UIContext.Brian Potchik
2025-08-15add note to show_message_box API about escapingJordan Wiens
2025-08-14Add "highlight returns" render layer exampleGlenn Smith
2025-08-14Corrected python docstring for LowLevelILFunction.float_convertGalen Williamson
2025-08-03Fix undefined `log_error` in downloadprovider.pyMason Reed
2025-08-01Add log functions for logging the current stack trace without an active excep...Rusty Wagner
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-08-01Add log_for_exception family of APIs to the Python APIRusty Wagner
2025-07-30Add dependency tracking to the Python code generationMark Rowe
2025-07-29Add support for declarative downstream dependencies to workflow system.Brian Potchik
2025-07-23Fix python project PluginCommandJosh Ferrell
2025-07-22Update define_auto_symbol_and_var_or_function API to pass confidence type.Brian Potchik
2025-07-22Add OnActionExecutedImmutable to ui notifications and python apiAlexander Khosrowshahi
2025-07-22Fix memory leak when querying FWN relationshipsBrandon Miller
2025-07-17Initial documentation for guided analysis feature. (skip-ci)Brian Potchik
2025-07-16Docs for IL modificationGlenn Smith
2025-07-16Update unflatten example to use MLIL instr mappingsGlenn Smith
2025-07-15Finish guided analysis feature and add unit tests.Brian Potchik
2025-07-15Add the ability to limit the number of results in the cross reference APIsRusty Wagner
2025-07-15Expose analysis' system call type and name retrievalMason Reed
2025-07-15Fix project handle not being checked for when listing valid pluginsMason Reed
2025-07-15Move LLIL instruction retrieval into the LLIL function where it belongsMason Reed
2025-07-14Change return type of parse_types_from_string to BasicTypeParserResultAlexander Khosrowshahi
2025-07-12Allow constructing MLILFunction with null LLILFunction/FunctionGlenn Smith
2025-07-12Add support for unbacked memory regions directly in the memory map.Brian Potchik
2025-07-09reimplement llil validation for caller_sites and implement plural IL forms on...Jordan Wiens
2025-07-09Add get_system_cache_directory and GetSystemCacheDirectory to APIAlexander Khosrowshahi
2025-07-08Various improvements for guided disassembly mode.Brian Potchik
2025-07-08remove spurious freestring from coreversion initializerJordan Wiens
2025-07-07KernelCache rewritekat
2025-07-03Add get_files_by_path_in_project and get_path_in_project to C++ and python APIsAlexander Khosrowshahi
2025-07-03Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...Peter LaFosse
2025-07-03api: indirect branch inlining supportRyan Snyder
2025-07-02Add outlining support for wmemcpy.Brian Potchik
2025-07-02cannot use the same keyword for RST linksJordan Wiens
2025-07-02must escape newlines in long parameter descriptionsJordan Wiens
2025-07-02must use double backquotes instead of single in RSTJordan Wiens
2025-07-02fix warning for (m/l)lilfunction translate docsJordan Wiens
2025-07-02Add PluginCommand for projects and hide non-contextual commands in linear/gra...Mason Reed
2025-07-01Python: Sample Limoncello CFF unflattening workflowGlenn Smith
2025-07-01Python: Collect and pass mappings when copying MLIL functionsGlenn Smith
2025-07-01Python: Add MLIL to copy_expr test workflowGlenn Smith
2025-07-01Python: MLILFunction translate() and instr copy_toGlenn Smith
2025-07-01Python: Implement MLIL.copy_expr_toGlenn Smith
2025-07-01Python: get_instruction_index_for_expr for all ILsGlenn Smith