index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2024-04-30
Add MLIL APIs for getting by instruction index, and expose the operation size...
Rusty Wagner
2024-04-30
Allow fetching target instruction index in LLIL branches from the Rust API
Rusty Wagner
2024-04-30
Add parameter_variables API to Function in Rust
Rusty Wagner
2024-04-30
Fill out int_arg_registers and float_arg_registers in the Rust API
Rusty Wagner
2024-04-29
replace Vec into_raw_parts with Box
Rubens Brandao
2024-04-25
Remove From Conf<Ref<Type>> impl for BNTypeWithConfidence
Rubens Brandao
2024-04-25
Fix non-escaped CStr
Rubens Brandao
2024-04-22
Fix pdb compile on Free edition
Glenn Smith
2024-04-22
Public release of PDB parser plugin
Glenn Smith
2024-04-17
remove unnecessary transmutions
Rubens Brandao
2024-04-17
fix leak creation of invalid BinaryView handle
Rubens Brandao
2024-04-17
remove unecessary and crash causing zeroed call inits
Rubens Brandao
2024-04-17
use Ref to own types
Rubens Brandao
2024-04-17
allow DataVariable and NameAndType to be transmutable
Rubens Brandao
2024-04-16
add guard to array with unbound return types
Rubens Brandao
2024-04-16
remove recursive conversion for Metadata
Rubens Brandao
2024-04-14
fix metadata impl From lists
Rubens Brandao
2024-04-11
Change default paddingCols value to 64
Glenn Smith
2024-04-11
guard DisassemblyTextLine Drop against null ptr
Rubens Brandao
2024-04-11
update DisassemblyTextLine Drop impl to use Box
Rubens Brandao
2024-04-11
replace Vec<T> with Box<[T]> where capacity eq to len
Rubens Brandao
2024-04-10
fix the array implementation using GAT
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-04-09
Add index field to IL instructions
Michael Krasnitski
2024-04-09
Use name method in visitor examples
Michael Krasnitski
2024-04-09
Add name method to MLIL and HLIL lifted instructions
Michael Krasnitski
2024-03-30
Update copyright year for various modules
Xusheng
2024-03-21
Update to Rust 1.77
Rusty Wagner
2024-03-20
Require Hash & Eq implementations for Register and Flag implementations
Mason Reed
2024-03-18
Move `ILFunction` trait into `operand_iter.rs` to make it private
Michael Krasnitski
2024-03-18
Remove BNInstruction associated type from ILFunction trait
Michael Krasnitski
2024-03-18
Cleaner zero-len condition
Michael Krasnitski
2024-03-18
Use BTreeMap for jump targets to ensure deterministic iteration order
Michael Krasnitski
2024-03-18
Account for zero-length operand lists
Michael Krasnitski
2024-03-18
Adjust imports
Michael Krasnitski
2024-03-18
Rename `LiftedConstantData` to `LiftedConstData`
Michael Krasnitski
2024-03-18
Rearrange HLIL variants
Michael Krasnitski
2024-03-18
Fix HLIL examples
Michael Krasnitski
2024-03-18
Instantiate `HighLevelILInstruction` inline and remove constructors
Michael Krasnitski
2024-03-18
Refactor HLIL instructions
Michael Krasnitski
2024-03-18
Make `OperandIter` generic over its function IL
Michael Krasnitski
2024-03-18
Rename `mlil::operation::ConstantData` to `ConstData` to mirror HLIL
Michael Krasnitski
2024-03-18
Fix MLIL examples
Michael Krasnitski
2024-03-18
Instantiate `MediumLevelILInstruction` inline and remove constructors
Michael Krasnitski
2024-03-18
Refactor MLIL instructions
Michael Krasnitski
2024-03-18
add register_binary_view_event
martin
2024-03-15
Separate local variable tokens in higher level ILs from stack variable tokens...
Rusty Wagner
2024-03-14
Update to Rust 1.76
Rusty Wagner
2024-03-05
Rust: Implement instruction_llil for CoreArchitecture
Glenn Smith
2024-03-05
Rust: Add support for querying analysis status
Glenn Smith
[prev]
[next]