summaryrefslogtreecommitdiff
path: root/rust/src/custombinaryview.rs
AgeCommit message (Collapse)Author
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-09-29[Rust API] Add support for MetadataGlenn Smith
2022-08-31Rust API : Major docs update (still need detailed module and function ↵KyleMiles
documentation)
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-06-23Rust API: Change instruction_text to use Vec<>rose
2022-04-29Check in the debuggerXusheng
2022-04-12fix: CustomViewContext using 'std::mem::zeroed' which can result in runtime ↵EliseZeroTwo
panics when called on certain types in newer versions of Rust
2022-04-12Rust API : Fix ref counting bug in CustomBinaryView creation, ↵KyleMiles
initialization, and parsing
2022-02-14rust: add ArrayGuard and for non-owned arraysFabian Freyer
To make use of shard functionality, we split the CoreOwnedArrayProvider into CoreArrayProvider and CoreOwnedArrayProvider. Array makes use of the CoreOwnedArrayProvider, which depends on CoreArrayProvider, while the new ArrayGuard only requires CoreArrayProvider and represents a non-owned array.
2021-05-11Rust API : Better headless support; Introducing `binaryninja::open_view` and ↵KyleMiles
`binaryninja::open_view_with_options`, updated init/shutdown, script example, more setting support, and misc fixes
2021-01-21cargo fmt and all my changesKyleMiles