index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-06-13
[Rust] Misc API additions/docs and formatting fixes
Mason Reed
2025-06-13
Fix misc memory leaks in C++ API
Mason Reed
2025-06-12
Add missing IL ops, flags parameters, call stack adjust
Glenn Smith
2025-06-12
Fix RegisterStackFreeTopRelative opcode typo
Glenn Smith
2025-06-12
Example workflow testing the copy_expr function
Glenn Smith
2025-06-11
LLILIntrinsic: Don't quote type in detailed_operands
Glenn Smith
2025-06-11
Python: LLIL_GOTO/IF ops have InstructionIndex operands
Glenn Smith
2025-06-11
Allow LLILFunction.set_flag to use flag index
Glenn Smith
2025-06-11
Fix doc and typing on ILFunction.append
Glenn Smith
2025-06-11
API to create immediate function graphs
Glenn Smith
2025-06-11
Expose Function::CheckForDebugReport
Glenn Smith
2025-06-11
Fix IL BasicBlock repr using hex IL instr indices
Glenn Smith
2025-06-11
Docs describing what basic block (post) dominators are
Glenn Smith
2025-06-11
Expose AnalysisContext::GetLiftedILFunction properly
Glenn Smith
2025-06-10
Add UI action and API to control switch recovery in HLIL
Rusty Wagner
2025-06-10
Ensure the ConstantData IL instructions in the Python bindings provide the 'c...
Brian Potchik
2025-06-09
[thumb2] Converted MSR system registers into enum
Galen Williamson
2025-06-09
WIP improve thumb2 MSR lifting
Galen Williamson
2025-06-09
[thumb2] add intrinsics for rbit and clz instructions
Galen Williamson
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-06
Option to ignore whitespace in searches
Glenn Smith
2025-06-06
fix broken link in python docs
Jordan Wiens
2025-06-06
Objective-C Processor: Remove vestigial code tracking whether view was backed...
kat
2025-06-06
Handle None when querying IL in Python generators
Brandon Miller
2025-06-05
Stack Offset render layer: Use AnnotationToken to fix Edit Instruction
Glenn Smith
2025-06-05
Python: Set interpreter thread name for debugging
Glenn Smith
2025-06-05
Fix and add code docs regarding FileMetadata view types vs view names
Mason Reed
2025-06-05
Fix crash in GNU3 demangler with specific non-mangled string
Mason Reed
2025-06-05
Fix running in headless mode
Michael Krasnitski
2025-06-05
Fix incorrect paths in EFI Resolver
Michael Krasnitski
2025-06-04
[MachO] Don't add symbols when processing bind fixups
Mark Rowe
2025-06-04
Fix calls to BNFreeString in kernel cache API
Alexander Khosrowshahi
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-06-03
[ObjC] Add an explicit reference to a method impl from its selector
Mark Rowe
2025-06-03
[MachoView] Add support of __init_offsets
Obriv Mostov
2025-06-02
Add IL for thumb2 CP instructions
jonathanzetier
2025-06-02
Update README.md
jonathanzetier
2025-06-02
ARM64 disassembler: fix MSVC compilation
justanotheranonymoususer
2025-05-31
[Rust] Retrieve architecture if missing from location passed to `MediumLevelI...
Mason Reed
2025-05-30
[Rust] Add `Variable::to_register` helper function
Mason Reed
2025-05-30
[Rust] Finish out the `PossibleValueSet` implementation to include range and ...
Mason Reed
2025-05-30
[Rust] Express expression vs instruction index for MLIL and HLIL APIs
Mason Reed
2025-05-30
[Rust] Map LLIL_UNDEF to LowLevelILExpressionKind::Undef
Mark Rowe
2025-05-30
[Rust] Add support for LLIL_SEPARATE_PARAM_LIST_SSA
Mark Rowe
2025-05-30
[Rust] Add support for LLIL_REG_PHI / LLIL_MEM_PHI / LLIL_FLAG_PHI
Mark Rowe
2025-05-30
[Rust] Support retrieving use / def of SSA registers in LLIL
Mark Rowe
2025-05-30
[Rust] Add LowLevelILInstruction::basic_block / LowLevelILFunction::basic_blo...
Mark Rowe
2025-05-30
[Rust] Have LowLevelILBlock derive Clone rather than manually implementing it
Mark Rowe
[next]