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
/
project.rs
Age
Commit message (
Expand
)
Author
2026-03-24
[Rust] Misc project module cleanup
Mason Reed
2026-03-24
[Rust] Impl `PartialEq`, `Eq` and `Hash` for `Project`
Mason Reed
2025-11-24
Add APIs for getting files in a project folder
Josh Ferrell
2025-10-12
Improve error handling in project apis
Josh Ferrell
2025-09-30
Make Project::{from_raw,ref_from_raw} pub
Josh Ferrell
2025-09-29
Fix rust warnings about lifetimes introduced by 1.89.0
Josh Ferrell
2025-08-20
[Rust] Fix misc inconsistencies in `2ba29fd`
Mason Reed
2025-08-20
[Rust] Add project path file retrieval related functions
Mason Reed
2025-07-30
Change rust project APIs to accept "impl AsRef<Path>" instead of "&str" for p...
Josh Ferrell
2025-07-02
[Rust] Remove redundant `Result` from `Project::folders`
Mason Reed
2025-07-02
[Rust] impl `Send` and `Sync for `Project`
Mason Reed
2025-05-12
[Rust] Reduce usage of `IntoCStr` in function signatures
Mason Reed
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] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-07-29
Fix project tests in rust accessing to the same single project file
Mason Reed
2024-07-29
Revert temporary fix for enterprise crashing on rust project API
Mason Reed
2024-07-29
Fix crash when using projects API in rust with enterprise
Mason Reed
2024-07-09
Rust API : Fix misc clippy warnings
KyleMiles
2024-07-02
Fix many crashes from uncaught exceptions
Josh Ferrell
2024-07-02
Fix typo
Josh Ferrell
2024-07-02
remove description from tests
Rubens Brandao
2024-07-02
add tests for rust project implementation
Rubens Brandao
2024-07-02
minor fixes
Rubens Brandao
2024-07-02
implement project in rust
Rubens Brandao