summaryrefslogtreecommitdiff
path: root/python/function.py
AgeCommit message (Expand)Author
2025-07-17Initial documentation for guided analysis feature. (skip-ci)Brian Potchik
2025-07-15Finish guided analysis feature and add unit tests.Brian Potchik
2025-07-15Move LLIL instruction retrieval into the LLIL function where it belongsMason Reed
2025-07-09reimplement llil validation for caller_sites and implement plural IL forms on...Jordan Wiens
2025-07-08Various improvements for guided disassembly mode.Brian Potchik
2025-07-03api: indirect branch inlining supportRyan Snyder
2025-07-01Python bindings for custom basic block analysisBrandon Miller
2025-06-25Initial support for guided disassembly.Brian Potchik
2025-06-23Perform BB analysis from Architecture C++ APIBrandon Miller
2025-06-16Don't yield None in BinaryView hlil|mlil_functionsBrandon Miller
2025-06-11API to create immediate function graphsGlenn Smith
2025-06-11Expose Function::CheckForDebugReportGlenn Smith
2025-06-10Add UI action and API to control switch recovery in HLILRusty Wagner
2025-06-09More None checks when querying IL internal to APIBrandon Miller
2025-06-09Update type hints/docs for Python IL API changesBrandon Miller
2025-06-03Add UI action and API to control early returns in HLILRusty Wagner
2025-06-03Add UI action and API to flip conditions during HLIL restructuringRusty Wagner
2025-05-23Add UI action and API to control expression foldingRusty Wagner
2025-05-20Fix the build.Alexander Taylor
2025-05-20add missing importJordan Wiens
2025-05-20relax caller_sites filterJordan Wiens
2025-05-20add better verification for caller_sites to ensure calls, fixes #3722Jordan Wiens
2025-05-19Implement function level metadataBrandon Miller
2025-05-16[Python] Support HLIL collapsing and update PseudoPythonGlenn Smith
2025-05-07Correct typos in Function.add_tag docs. Fixes #6796Malware Utkonos
2025-04-23Add Function::Analyze API to perform on-demand function analysis.Brian Potchik
2025-04-07Return None instead of raising in func IL gettersBrandon Miller
2025-04-07fix broken link in get_llils_at docsJordan Wiens
2025-04-06fix get_llils?_at documentationJordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2025-03-14Return None on ILException in get_low_level_il_atBrandon Miller
2025-02-14uidf refactorRyan Snyder
2025-02-06Add After variants for looking up variables at instructionsGlenn Smith
2025-01-30Render LayersGlenn Smith
2025-01-24Add line formatter API and a generic line formatter pluginRusty Wagner
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
2024-12-27Fix trying to construct a FunctionViewType from a FunctionViewTypeGlenn Smith
2024-11-15Add warnings about silent failures in function APIs.Alexander Taylor
2024-10-25Fix not being able to set UIDF on function parametersGlenn Smith
2024-10-24Initial implementation of the module-level analysis workflow.Brian Potchik
2024-10-24Add __hash__ method to FunctionViewTypePeter LaFosse
2024-10-22fix: BasicBlockList iteration returns a new listScott Lagler
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-08-04spellcheck pass on pydocsJordan Wiens
2024-08-04fix typo in provenance docsJordan Wiens
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-09Expose Function::UsesIncomingGlobalPointer through the API. Fix https://githu...Xusheng
2024-06-24fix python DisassemblyTextRenderer basic_block and settingsRubens Brandao
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith