index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
/
interaction.rs
Age
Commit message (
Expand
)
Author
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-07-02
[Rust] Misc formatting
Mason Reed
2025-07-02
[Rust] Re-export interaction sub modules for convenience
Mason Reed
2025-05-12
[Rust] Implement custom interactive handler
rbran
2025-05-12
[Rust] Rename `AsCStr` to `IntoCStr`
Mason Reed
2025-05-12
[Rust] Simplify usage surrounding c strings
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason Reed
2025-05-12
[Rust] More cleanup
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-03-28
belated copyright year update
Jordan Wiens
2025-01-25
Rust refactor
Mason Reed
2024-12-14
Pass length to free flag conditions list callback and remove libc from rust api
Mason Reed
2024-12-11
Fix incorrectly named argument for `get_open_filename_input`
Mason Reed
2024-05-09
fix rust doc code
Rubens Brandao
2024-04-17
fix leak creation of invalid BinaryView handle
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-01-08
update copyright year
Jordan Wiens
2023-11-21
add mlil to rust
Rubens Brandao
2023-11-10
Fix ARM64 Linux build
Rusty Wagner
2023-09-20
Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....
KyleMiles
2023-09-19
fix the rust API get_form_input bug
Jordan Wiens
2023-02-14
Rust API: Misc changes and improvements
KyleMiles
2023-02-06
Rust API: Clippy cleanup
KyleMiles
2023-02-06
Rust API: `interaction::get_form_input` version 1 (mirrors Python version; li...
KyleMiles
2023-01-06
Fix update copyright year leftover
Xusheng
2022-10-04
Fix cargo warnings about unused imports; cargo fmt
KyleMiles
2022-09-29
[Rust API] interaction::show_message_box
Glenn Smith
2022-09-29
Interaction::RunProgressDialog
Glenn Smith
2022-08-31
Rust API : Major docs update (still need detailed module and function documen...
KyleMiles
2022-08-29
Rust API : Update and add copyrights
KyleMiles
2022-06-24
Rust API: Change tokens to use slice::from_raw_parts
rose
2022-06-23
Rust API: Rename get_open_filename_input args (fixes #3113 )
rose
2022-02-08
rust: add some interaction functions
Fabian Freyer