summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-12-14Pass length to free flag conditions list callback and remove libc from rust apiMason Reed
2024-12-13Bump supported rust version to 1.83.0Mason Reed
2024-11-04Fix rust object destructors taking a ref accidentallyMason Reed
2024-10-28Rust: Add object destructor APIMason Reed
2024-10-24Add WARP integrationMason Reed
2024-10-19implement rust workflowRubens Brandao
2024-08-21Add progress context to load APIsJosh Ferrell
2024-08-02Fix arm64 Linux build by using std::os::raw::c_char rather than i8 to represe...Xusheng
2024-07-26Add more core API's to rustRubens Brandao
2024-07-09implement rust UpdateRubens Brandao
2024-07-09implement rust TypeLibraryRubens Brandao
2024-07-09implement rust TypeArchiveRubens Brandao
2024-07-09impl rust DatabaseRubens Brandao
2024-07-08implement rust ExternalLibraryRubens Brandao
2024-07-02implement rust ComponentRubens Brandao
2024-07-02implement project in rustRubens Brandao
2024-06-28fix missing null ending at stringRubens Brandao
2024-05-31Add binaryninja::load_viewJosh Ferrell
2024-05-28Rust API : recommend users use serde_json for when opening with optionsKyleMiles
2024-05-28update `Session::load_with_option` to the new APIRubens Brandao
2024-05-28allow `load_with_option` to accept json optionsRubens Brandao
2024-05-27Update load APIs to take a JSON string for options.Brian Potchik
2024-05-10Fix remaining Rust doc examples; We now make sure examples build in PR CIKyleMiles
2024-05-09fix rust doc codeRubens Brandao
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-03-21Update to Rust 1.77Rusty Wagner
2024-03-18Make `OperandIter` generic over its function ILMichael Krasnitski
2024-03-14Update to Rust 1.76Rusty Wagner
2024-02-14Rust API: Fix crash in load_with_optionsGlenn Smith
2024-02-02Rust API : Add HLIL BindingsRubens Brandao
2024-01-08update copyright yearJordan Wiens
2024-01-04Support function recognizers in Rust architecture pluginsRusty Wagner
2024-01-04Support relocations in Rust architecture pluginsRusty Wagner
2023-12-22add more documentation about specifying the full path for install_api.pyJordan Wiens
2023-12-05Resolves #3714: Adds core initialization/shutdown wrapper object (to the Rust...KyleMiles
2023-11-21add mlil to rustRubens Brandao
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....KyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-06-06Rust API : Add the noexports feature to not export the ABI functions (for whe...KyleMiles
2023-05-10Rust API : Minor cleanup of PRKyleMiles
2023-05-10Added some stack layout and reference APIstoolCHAINZ
2023-05-10Fixed calling open_view on a bndb with an invalid view would panic as unwrap ...tanakalian
2023-05-10Rust API : Remove some unused type parameters (this should remove a little bi...KyleMiles
2023-04-18Rust API : Misc Changes and ImprovementsKyleMiles
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-25Fix rust headless BinaryView not loading correctlygeno nullfree nullfree.geno@gmail.com
2023-01-10Move `logger` module into its own fileMichael Krasnitski
2023-01-10Clean up `open_view` and `open_view_with_options`Michael Krasnitski