summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
AgeCommit message (Expand)Author
2025-05-12[Rust] Simplify operand list retrieval for MLIL and HLILMason Reed
2025-05-12[Rust] Move `BinaryReader` and `BinaryWriter` into `binary_view` moduleMason Reed
2025-05-12[Rust] Implement `LanguageRepresentation` and `LineFormatter`rbran
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] More cleanup regarding `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] More cleanupMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
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