summaryrefslogtreecommitdiff
path: root/rust/src
AgeCommit message (Expand)Author
2025-05-12[Rust] Improve `FileAccessor`Mason Reed
2025-05-12[Rust] Metadata API improvementsMason Reed
2025-05-12[Rust] Construct a `SectionBuilder` from a `Section`Mason Reed
2025-05-12[Rust] Correct impls for `Section`Mason Reed
2025-05-12[Rust] Retain core string for section stringsMason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Misc clippy lintsMason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-05-12[Rust] Make `Section::name` return `BnString`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Simplify enterprise initializationMason Reed
2025-05-12[Rust] Misc clippy lintsMason Reed
2025-05-12[Rust] More cleanupMason Reed
2025-05-12[Rust] Remove unused fileMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-05-12[Rust] Pretty print LLIL sub expressionsMason Reed
2025-05-07[Rust] Add Function::variable_typeMark Rowe
2025-05-04[Rust] Fix a pre-existing formatting issueMark Rowe
2025-05-04[Rust] Avoid leaking a reference within {Medium,High}LevelILFunction::ssa_formMark Rowe
2025-04-29Fix memory leak in when calling `Metadata::get_value_store` in Rust APIMason Reed
2025-04-26Misc rust formattingMason Reed
2025-04-26Add generate_ssa_form to LowLevelILFunctionMark Rowe
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-04-23Add Function::Analyze API to perform on-demand function analysis.Brian Potchik
2025-04-10Fix function type construction leaking in Rust APIMason Reed
2025-04-08Misc rust formattingMason Reed
2025-04-08Fix workflow Rust API not returning refcounted objectsMason Reed
2025-04-01Rust: Better support for floating licensesGlenn Smith
2025-03-28belated copyright year updateJordan Wiens
2025-03-19Fix possible double free with platform recognizer in Rust APIMason Reed
2025-03-10Add missing nullptr check for `cb_free_type_list` in Rust APIMason Reed
2025-03-06Add API to insert Activities after a specified Activity.Brian Potchik
2025-02-25Misc Rust formattingMason Reed
2025-02-25Check for enterprise keychain environment variable in Rust `headless::license...Mason Reed
2025-02-25Fix misc rust doc testMason Reed
2025-02-25Make `register_platform_recognizer` return by ref in Rust APIMason Reed
2025-02-25Fix BnString usage of `as_ref` instead of `as_str`Mason Reed
2025-02-24Remove `is_floating_point` from `Type` impl DebugMason Reed
2025-02-24Add SVD Loader PluginMason Reed
2025-02-24Fix default scope for settings QueryOptions in Rust APIMason Reed
2025-02-24Add `BinaryViewExt::comment_at` and `BinaryViewExt::set_comment_at`Mason Reed
2025-02-24Implement Rust MemoryMapMason Reed
2025-02-24Add platform recognizer to Rust APIMason Reed
2025-02-18Remove function from Debug impl of MediumLevelILLiftedInstruction in Rust APIMason Reed
2025-02-18Fix the lifted GotoLabel in Rust printing the function in Debug implMason Reed
2025-02-18Fix Rust TagReference incorrectly holding a Tag referenceMason Reed
2025-02-17Fix misc Rust formattingMason Reed