summaryrefslogtreecommitdiff
path: root/rust/src/interaction.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-11Fix incorrectly named argument for `get_open_filename_input`Mason Reed
2024-05-09fix rust doc codeRubens Brandao
2024-04-17fix leak creation of invalid BinaryView handleRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2024-01-08update copyright yearJordan Wiens
2023-11-21add mlil to rustRubens Brandao
2023-11-10Fix ARM64 Linux buildRusty Wagner
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....KyleMiles
2023-09-19fix the rust API get_form_input bugJordan Wiens
2023-02-14Rust API: Misc changes and improvementsKyleMiles
2023-02-06Rust API: Clippy cleanupKyleMiles
2023-02-06Rust API: `interaction::get_form_input` version 1 (mirrors Python version; li...KyleMiles
2023-01-06Fix update copyright year leftoverXusheng
2022-10-04Fix cargo warnings about unused imports; cargo fmtKyleMiles
2022-09-29[Rust API] interaction::show_message_boxGlenn Smith
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-08-31Rust API : Major docs update (still need detailed module and function documen...KyleMiles
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-06-24Rust API: Change tokens to use slice::from_raw_partsrose
2022-06-23Rust API: Rename get_open_filename_input args (fixes #3113 )rose
2022-02-08rust: add some interaction functionsFabian Freyer