index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
Age
Commit message (
Expand
)
Author
2024-05-10
Fix remaining Rust doc examples; We now make sure examples build in PR CI
KyleMiles
2024-05-10
use the new public/private Array trait impl
Rubens Brandao
2024-05-10
hide array implementation details
Rubens Brandao
2024-05-09
implement open/create database with progress function
Rubens Brandao
2024-05-09
fix GAT CoreArrayWrapper impl
Rubens Brandao
2024-05-09
fix rust doc code
Rubens Brandao
2024-05-09
Add Array GAT to StructureMember
Rubens Brandao
2024-05-09
add StructureBuilder missing python methods
Rubens Brandao
2024-05-09
Fix clippy warnings and run rustfmt
Michael Krasnitski
2024-05-09
replace Vec<T> with Box<[T]>
Rubens Brandao
2024-05-09
Fix binja_path in case the lib is a symlink
Rubens Brandao
2024-05-09
only create FlowGraph with Ref
Rubens Brandao
2024-05-03
Expose LLVM demangler
Mason Reed
2024-05-01
rust: account for changes to NameAndType bindings
Ryan Snyder
2024-05-01
Merge branch 'fix-vec-leak' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'fix-into-raw-2' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'fix-non-escaped' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'name-and-type-transparent' of github.com:rbran/binaryninja-api ...
Ryan Snyder
2024-05-01
Merge branch 'fix-form-input-builder' of github.com:rbran/binaryninja-api int...
Ryan Snyder
2024-05-01
Merge branch 'remove-zeroed-init' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'fix-metadata-from' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'remove-shrink_to_fit' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'fix-array-2' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-04-30
Add HLIL APIs to fetch the root or by instruction index, and expose the opera...
Rusty Wagner
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-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
Add name method to MLIL and HLIL lifted instructions
Michael Krasnitski
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
[prev]
[next]