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
/
binaryview.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-11-08
Add rust api for bulk segment addition
Mason Reed
2024-10-28
Rust: Add `BinaryViewExt::get_code_refs_from` api
Mason Reed
2024-10-22
Add BinaryViewExt::{function_start_before, function_start_after}
Mason Reed
2024-10-19
Add way to set the id of the defined type in rust api
Mason Reed
2024-10-10
Fix use-after-free in rust `BinaryViewExt::get_relocations_at`
Mason Reed
2024-10-03
Make sure the undefined data variable does not get recreated by auto-analysis...
Xusheng
2024-09-22
Add get_relocation_ranges to rust api
Mason Reed
2024-07-18
MemoryMap update with new segment model.
Brian Potchik
2024-07-09
Rust API : Fix misc clippy warnings
KyleMiles
2024-07-09
implement rust TypeLibrary
Rubens Brandao
2024-07-02
implement rust Component
Rubens Brandao
2024-06-19
Add data_variable_at_address and fixed the type propagation issue in riscv
Zichuan Li
2024-06-11
Add original base to Rust API.
Alexander Taylor
2024-05-28
Solved issue #1180 by adding new APIs
Zichuan Li
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-09
fix rust doc code
Rubens Brandao
2024-05-09
Fix clippy warnings and run rustfmt
Michael Krasnitski
2024-05-09
only create FlowGraph with Ref
Rubens Brandao
2024-04-17
remove unnecessary transmutions
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-09
replace BStr with str
Rubens Brandao
2024-03-18
add register_binary_view_event
martin
2024-03-05
Rust: Add support for querying analysis status
Glenn Smith
2024-01-08
update copyright year
Jordan Wiens
2024-01-04
Add GetRelocationsAt API
Rusty Wagner
2023-09-11
Fix memory leak in functions calling BNCreateUserFunction
Xusheng
2023-08-16
Add DefineUserTypes to Rust/Python (+ fix return type)
Glenn Smith
2023-07-25
rust: Add support for defining auto data vars and auto types
Michael Krasnitski
2023-07-11
add BinaryView::functions_containing
unknowntrojan
2023-05-31
Rustdoc warning cleanup (fixes dead links)
KyleMiles
2023-05-10
Rust API : Minor cleanup of PR
KyleMiles
2023-05-10
added un/define_user_data_var functions
mmaekr
2023-05-10
Added some stack layout and reference APIs
toolCHAINZ
2023-04-18
Rust API : Misc Changes and Improvements
KyleMiles
2023-03-22
Tags refactor
KyleMiles
2023-02-14
Rust API: Misc changes and improvements
KyleMiles
2023-01-30
Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIs
Rusty Wagner
2023-01-10
Remove unused impls of `AsRef<T> for T`
Michael Krasnitski
2023-01-06
Rust API: Lots and lots of clippy changes
KyleMiles
2023-01-06
Cargo doc fixes
KyleMiles
2023-01-06
Fix update copyright year leftover
Xusheng
2023-01-05
Bump to 2021
Joe Rozner
2022-11-30
[Rust API] BinaryView.get_types() etc
Glenn Smith
2022-10-09
Remove default load settings; Move settings `analysis.debugInfoInternal` and ...
KyleMiles
2022-10-04
Fix cargo warnings about unused imports; cargo fmt
KyleMiles
[next]