summaryrefslogtreecommitdiff
path: root/rust/src/custombinaryview.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-10-03Added IsForceLoadable method to BinaryViewTypeBrandon Miller
2024-08-29Fix open with options with rust pluginsMason Reed
2024-08-27Fix custom rust binary view's crashing when opening with optionsMason Reed
2024-08-24Allow the user to modify the BV during initializationRubens Brandao
2024-05-10hide array implementation detailsRubens Brandao
2024-05-01Merge branch 'remove-zeroed-init' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-04-17remove unecessary and crash causing zeroed call initsRubens Brandao
2024-04-16add guard to array with unbound return typesRubens Brandao
2024-04-10fix the array implementation using GATRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2024-01-08update copyright yearJordan Wiens
2023-09-20Rust API: Fix load settings not being the right load settingsGlenn Smith
2023-05-10Partially revert my previous commit: Allow extra type bounds, but suppress cl...KyleMiles
2023-05-10Rust API : Remove some unused type parameters (this should remove a little bi...KyleMiles
2023-01-06Rust API: Additional CleanupMichael Krasnitski
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2023-01-06Fix update copyright year leftoverXusheng
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 documen...KyleMiles
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 p...EliseZeroTwo
2022-04-12Rust API : Fix ref counting bug in CustomBinaryView creation, initialization,...KyleMiles
2022-02-14rust: add ArrayGuard and for non-owned arraysFabian Freyer
2021-05-11Rust API : Better headless support; Introducing `binaryninja::open_view` and ...KyleMiles
2021-01-21cargo fmt and all my changesKyleMiles