index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
function.py
Age
Commit message (
Expand
)
Author
2026-06-02
Add support for multiple global pointer registers
Brandon Miller
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-05-20
Sort switch blocks in graph view by case number
Glenn Smith
2026-05-13
Changes 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-17
Add RecognizeConstantData to StringRecognizer API
Brian Potchik
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2026-02-16
Fix TypeError when slicing FunctionList/BasicBlockList with [:], [n:], [:n]
3rdit
2026-02-16
Fix slice handling in TagList to match FunctionList/BasicBlockList fix
3rdit
2026-01-28
Fix a fundamental problem with TypeBuilder.handle by deleting it
Peter LaFosse
2026-01-16
fix pydoc formatting for recent metadata API changes
Jordan Wiens
2026-01-16
Add get_metadata() method and make query_metadata() raise KeyError consistently
Peter LaFosse
2026-01-14
Allow controlling which address is used for instructions created when inlinin...
Mark Rowe
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-11-19
Fix some python API error messages
Josh Ferrell
2025-11-19
Fix DisassemblyTextLine repr
Josh Ferrell
2025-11-03
Add helpers for whether a function is exported.
Alexander Taylor
2025-10-23
Fix imported functions being ignored when building call sites, and fix python...
Mason Reed
2025-07-17
Initial documentation for guided analysis feature. (skip-ci)
Brian Potchik
2025-07-15
Finish guided analysis feature and add unit tests.
Brian Potchik
2025-07-15
Move LLIL instruction retrieval into the LLIL function where it belongs
Mason Reed
2025-07-09
reimplement llil validation for caller_sites and implement plural IL forms on...
Jordan Wiens
2025-07-08
Various improvements for guided disassembly mode.
Brian Potchik
2025-07-03
api: indirect branch inlining support
Ryan Snyder
2025-07-01
Python bindings for custom basic block analysis
Brandon Miller
2025-06-25
Initial support for guided disassembly.
Brian Potchik
2025-06-23
Perform BB analysis from Architecture C++ API
Brandon Miller
2025-06-16
Don't yield None in BinaryView hlil|mlil_functions
Brandon Miller
2025-06-11
API to create immediate function graphs
Glenn Smith
2025-06-11
Expose Function::CheckForDebugReport
Glenn Smith
2025-06-10
Add UI action and API to control switch recovery in HLIL
Rusty Wagner
2025-06-09
More None checks when querying IL internal to API
Brandon Miller
2025-06-09
Update type hints/docs for Python IL API changes
Brandon Miller
2025-06-03
Add UI action and API to control early returns in HLIL
Rusty Wagner
2025-06-03
Add UI action and API to flip conditions during HLIL restructuring
Rusty Wagner
2025-05-23
Add UI action and API to control expression folding
Rusty Wagner
2025-05-20
Fix the build.
Alexander Taylor
2025-05-20
add missing import
Jordan Wiens
2025-05-20
relax caller_sites filter
Jordan Wiens
2025-05-20
add better verification for caller_sites to ensure calls, fixes #3722
Jordan Wiens
2025-05-19
Implement function level metadata
Brandon Miller
2025-05-16
[Python] Support HLIL collapsing and update PseudoPython
Glenn Smith
2025-05-07
Correct typos in Function.add_tag docs. Fixes #6796
Malware Utkonos
2025-04-23
Add Function::Analyze API to perform on-demand function analysis.
Brian Potchik
2025-04-07
Return None instead of raising in func IL getters
Brandon Miller
2025-04-07
fix broken link in get_llils_at docs
Jordan Wiens
2025-04-06
fix get_llils?_at documentation
Jordan Wiens
2025-03-28
missed the older dates!
Jordan Wiens
2025-03-14
Return None on ILException in get_low_level_il_at
Brandon Miller
2025-02-14
uidf refactor
Ryan Snyder
[next]