summaryrefslogtreecommitdiff
path: root/rust/src/function.rs
AgeCommit message (Expand)Author
2025-01-27Update some rust impl DebugMason Reed
2025-01-25Rust refactorMason Reed
2024-10-26Fix all low level il function getters leaking in rustMason Reed
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-10-19Rework rust workflow api and add workflow exampleMason Reed
2024-08-04spelling error in rust docs for provenanceJordan Wiens
2024-07-02implement rust ComponentRubens Brandao
2024-05-20Fix ARM64 Linux buildRusty Wagner
2024-05-20Implement python Function methods to rustRubens Brandao
2024-05-10Rust API : Misc cargo clippy fixesKyleMiles
2024-05-10hide array implementation detailsRubens Brandao
2024-05-01Merge branch 'fix-array-2' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-04-30Add parameter_variables API to Function in RustRusty Wagner
2024-04-10fix the array implementation using GATRubens Brandao
2024-03-18Move `ILFunction` trait into `operand_iter.rs` to make it privateMichael Krasnitski
2024-03-18Remove BNInstruction associated type from ILFunction traitMichael Krasnitski
2024-03-18Make `OperandIter` generic over its function ILMichael Krasnitski
2024-03-05Rust: Add support for querying analysis statusGlenn Smith
2024-02-07use generic versionmartin
2024-02-07add function set_can_return_auto and set_can_return_usermartin
2024-02-02Rust API : Add HLIL BindingsRubens Brandao
2024-01-08update copyright yearJordan Wiens
2024-01-04Support function recognizers in Rust architecture pluginsRusty Wagner
2023-11-21add mlil to rustRubens Brandao
2023-05-10Added some stack layout and reference APIstoolCHAINZ
2023-02-14Rust API: Misc changes and improvementsKyleMiles
2023-02-06Rust API: Add `function::address_ranges`KyleMiles
2023-01-06Rust API: Additional CleanupMichael Krasnitski
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2023-01-06Fix update copyright year leftoverXusheng
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-02-14rust: add linearview and related APIsFabian Freyer
2022-02-14rust: add ArrayGuard and for non-owned arraysFabian Freyer
2021-07-07Rust API : Replace Platform::from_raw with Platform::ref_from_rawKyleMiles
2021-05-11Rust API : Better headless support; Introducing `binaryninja::open_view` and ...KyleMiles
2021-03-18Better type supportKyleMiles
2021-01-21cargo fmt and all my changesKyleMiles
2021-01-21This is a combination of 23 commits, the work of Ryan Snyder:Ryan Snyder