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
/
headless.rs
Age
Commit message (
Expand
)
Author
2026-05-13
Increment SESSION_COUNT when cloning a Session.
Alexander Taylor
2026-04-15
Fix rustfmt check failure.
Alexander Taylor
2026-04-14
Plugin Manifest V2 Support
0cyn
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-11-03
Revert "Refactor Plugin Load/Management to support upcoming changes"
0cyn
2025-10-30
Fix rust api formatting
Josh Ferrell
2025-10-29
Refactor Plugin Load/Management to support upcoming changes
0cyn
2025-05-12
[Rust] Reduce usage of `IntoCStr` in function signatures
Mason Reed
2025-05-12
[Rust] Misc clippy lints
Mason Reed
2025-05-12
[Rust] Simplify enterprise initialization
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-04-01
Rust: Better support for floating licenses
Glenn Smith
2025-03-28
belated copyright year update
Jordan Wiens
2025-02-25
Misc Rust formatting
Mason Reed
2025-02-25
Check for enterprise keychain environment variable in Rust `headless::license...
Mason Reed
2025-02-11
Do not load user or repo plugins by default when initializing a headless inst...
Mason Reed
2025-02-07
Move session registration for Rust headless initialization to be immediate
Mason Reed
2025-01-31
Improve headless initialization in Rust API
Mason Reed
2025-01-27
Fix some rust race conditions and comment some likely suspects
Mason Reed
2025-01-25
Misc rust formatting
Mason Reed
2025-01-25
Add `Session::load_with_progress` and `Session::load_with_options_and_progress`
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-10-03
Checkout enterprise license in rust headless mode
Mason Reed
2024-07-28
Fix `is_shutdown_requested` fn signature
mason
2024-07-26
Add more core API's to rust
Rubens Brandao
2024-05-28
update `Session::load_with_option` to the new API
Rubens Brandao
2024-05-10
Fix remaining Rust doc examples; We now make sure examples build in PR CI
KyleMiles
2024-05-09
fix rust doc code
Rubens Brandao
2024-05-09
Fix binja_path in case the lib is a symlink
Rubens Brandao
2024-01-08
update copyright year
Jordan Wiens
2023-12-05
Resolves #3714: Adds core initialization/shutdown wrapper object (to the Rust...
KyleMiles
2023-09-20
Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....
KyleMiles
2023-07-10
Move binary view loading in to the core; deprecate open_view in favor of load...
KyleMiles
2023-01-06
Rust API: Lots and lots of clippy changes
KyleMiles
2023-01-06
Fix update copyright year leftover
Xusheng
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-01-24
rust: fix warnings on windows
yrp
2021-05-11
Rust API : Better headless support; Introducing `binaryninja::open_view` and ...
KyleMiles
2021-01-21
cargo fmt and all my changes
KyleMiles
2021-01-21
This is a combination of 23 commits, the work of Ryan Snyder:
Ryan Snyder