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-05-28
fix multiple memory leaks related to CStr/BnString
Rubens Brandao
2024-05-28
update `Session::load_with_option` to the new API
Rubens Brandao
2024-05-28
allow `load_with_option` to accept json options
Rubens Brandao
2024-05-28
Solved issue #1180 by adding new APIs
Zichuan Li
2024-05-27
Update load APIs to take a JSON string for options.
Brian Potchik
2024-05-24
Fix do while condition and body being flipped in Rust HLIL bindings
Rusty Wagner
2024-05-24
arch: multiple delay slot support, suppress spurious mips warning
Ryan Snyder
2024-05-20
Fix ARM64 Linux build
Rusty Wagner
2024-05-20
Implement python Function methods to rust
Rubens Brandao
2024-05-15
Allow Rust CoreAPI FFI to implement Default
Rubens Brandao
2024-05-15
Rust: change signatures of `define_{auto,user}_data_var`
Michael Krasnitski
2024-05-15
Apply suggestions from code review
Kyle Martin
2024-05-15
Fix invalid write to uninitialized reserved Vec
Rubens Brandao
2024-05-15
Fix invalid write to uninitialized Vec
Rubens Brandao
2024-05-15
DWARF Import : Add support for variable arguments
KyleMiles
2024-05-10
Rust API : Misc cargo clippy fixes
KyleMiles
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-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
[prev]
[next]