summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
AgeCommit message (Expand)Author
2025-03-28belated copyright year updateJordan Wiens
2025-02-07Implement Rust BaseAddressDetectionRubens Brandao
2025-02-07Implement Rust WebsocketProviderRubens Brandao
2025-02-06Misc rust API formattingMason Reed
2025-02-06Implement Rust RepositoryRubens Brandao
2025-02-06Implement Rust SecretsProviderRubens Brandao
2025-01-30Render LayersGlenn Smith
2025-01-27Fix building rust tests in demo modeMason Reed
2025-01-25Misc rust formattingMason Reed
2025-01-25Add missing documentation to _with_progress load functionsMason Reed
2025-01-25Fix statically linking PDB import plugin for demo buildsMason Reed
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