summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2022-11-10Fix ASAN crash on PDB loadRusty Wagner
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-04Fix cargo warnings about unused imports; cargo fmtKyleMiles
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...KyleMiles
2022-10-04Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...KyleMiles
2022-09-29Fix updated rust apiGlenn Smith
2022-09-29[Rust API] Register settingsGlenn Smith
2022-09-29[Rust API] From<Vec<StructureMember>> for StructureBuilderGlenn Smith
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
2022-09-29DebugInfo: take entire Type for function instead of by-partsGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-29Expose CallingConvention::GetVariablesForParametersGlenn Smith
2022-09-29[Rust API] BinaryView::update_analysisGlenn Smith
2022-09-29[Rust API] interaction::show_message_boxGlenn Smith
2022-09-29[Rust API] impl Debug for CallingConventionGlenn Smith
2022-09-29[Rust API] BinaryView metadata storingGlenn Smith
2022-09-29[Rust API] Fancier Debug impl for TypeGlenn Smith
2022-09-29[Rust API] Trait for Confidence-mergable typesGlenn Smith
2022-09-29[Rust API]: Eq for Ref<Type>Glenn Smith
2022-09-29[Rust API] Various path gettersGlenn Smith
2022-09-29[Rust API] DownloadProviderGlenn Smith
2022-09-29[Rust API] Debug for StructureBuilderGlenn Smith
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-09-29[Rust API] General type fixes and additionsGlenn Smith
2022-09-29[Rust API] Settings string_list and jsonGlenn Smith
2022-09-29[Rust API] Add support for MetadataGlenn Smith
2022-09-29[Rust API] Helpers and Structure::members/insert_memberGlenn Smith
2022-09-29[Rust API] Make more types convertible to BN typesGlenn Smith
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-09-22Add new DebugInfo APIsKyleMiles
2022-08-31Rust API : Major docs update (still need detailed module and function documen...KyleMiles
2022-08-30Rust doc : Copy images every time, not just when the images changeKyleMiles
2022-08-29Rust docs : add `#![doc(html_no_source)]` to reduce file countKyleMiles
2022-08-29Add Rust docs to CI (see https://dev-rust.binary.ninja 🎉)KyleMiles
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-08-29Rust API Examples : Fix uses of `InstructionTextToken::new`KyleMiles
2022-08-29Add `cargo check` of API and all examples to CIKyleMiles
2022-08-16Rust API : Implement more of the core enum `InstructionTextTokenType` in `Ins...KyleMiles
2022-07-07Revert 94649dde0d847aa2407d565632f7d2c3cdff32f5: "Add IsExternal callback to ...KyleMiles
2022-06-28Rust API: Fix Type::parameters()Glenn Smith
2022-06-27Rust API : Add Type::parameters for @CouleeAppsKyleMiles
2022-06-24Rust API: Change tokens to use slice::from_raw_partsrose
2022-06-23Rust API: Rename get_open_filename_input args (fixes #3113 )rose
2022-06-23Rust API: Update basic_script Cargo.lockrose
2022-06-23Rust API: Examples workspacerose
2022-06-23Rust API: Change instruction_text to use Vec<>rose
2022-06-20rust: Fix compilation error when compiling with the 'rayon' feature enabledergrelet
2022-06-09Add `IsExternal` callback to debug info APIrose
2022-06-08Generate fat binary for Mac Rust pluginsRusty Wagner
2022-05-11Clang+TypeParser APIsGlenn Smith