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
/
custombinaryview.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-10-03
Added IsForceLoadable method to BinaryViewType
Brandon Miller
2024-08-29
Fix open with options with rust plugins
Mason Reed
2024-08-27
Fix custom rust binary view's crashing when opening with options
Mason Reed
2024-08-24
Allow the user to modify the BV during initialization
Rubens Brandao
2024-05-10
hide array implementation details
Rubens Brandao
2024-05-01
Merge branch 'remove-zeroed-init' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-04-17
remove unecessary and crash causing zeroed call inits
Rubens Brandao
2024-04-16
add guard to array with unbound return types
Rubens Brandao
2024-04-10
fix the array implementation using GAT
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-01-08
update copyright year
Jordan Wiens
2023-09-20
Rust API: Fix load settings not being the right load settings
Glenn Smith
2023-05-10
Partially revert my previous commit: Allow extra type bounds, but suppress cl...
KyleMiles
2023-05-10
Rust API : Remove some unused type parameters (this should remove a little bi...
KyleMiles
2023-01-06
Rust API: Additional Cleanup
Michael Krasnitski
2023-01-06
Rust API: Lots and lots of clippy changes
KyleMiles
2023-01-06
Fix update copyright year leftover
Xusheng
2022-09-29
[Rust API] Better name for this trait fn, more CC support
Glenn Smith
2022-09-29
[Rust API] Add support for Metadata
Glenn Smith
2022-08-31
Rust API : Major docs update (still need detailed module and function documen...
KyleMiles
2022-08-29
Rust API : Update and add copyrights
KyleMiles
2022-06-23
Rust API: Change instruction_text to use Vec<>
rose
2022-04-29
Check in the debugger
Xusheng
2022-04-12
fix: CustomViewContext using 'std::mem::zeroed' which can result in runtime p...
EliseZeroTwo
2022-04-12
Rust API : Fix ref counting bug in CustomBinaryView creation, initialization,...
KyleMiles
2022-02-14
rust: add ArrayGuard and for non-owned arrays
Fabian Freyer
2021-05-11
Rust API : Better headless support; Introducing `binaryninja::open_view` and ...
KyleMiles
2021-01-21
cargo fmt and all my changes
KyleMiles