summaryrefslogtreecommitdiff
path: root/python/function.py
AgeCommit message (Expand)Author
2026-06-02Add support for multiple global pointer registersBrandon Miller
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-20Sort switch blocks in graph view by case numberGlenn Smith
2026-05-13Changes related to display as/type toggling.Alexander Taylor
2026-05-08[Python API] Fix _inline_during_analysis_with_confidence not converting Inlin...Josh Ferrell
2026-04-17Add RecognizeConstantData to StringRecognizer APIBrian Potchik
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
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-01-28Fix a fundamental problem with TypeBuilder.handle by deleting itPeter LaFosse
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-14Allow controlling which address is used for instructions created when inlinin...Mark Rowe
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-19Fix some python API error messagesJosh Ferrell
2025-11-19Fix DisassemblyTextLine reprJosh Ferrell
2025-11-03Add helpers for whether a function is exported.Alexander Taylor
2025-10-23Fix imported functions being ignored when building call sites, and fix python...Mason Reed
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