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
/
metadata.rs
Age
Commit message (
Expand
)
Author
2025-05-12
[Rust] Add `Display` and `Debug` impl to `Metadata`
Mason Reed
2025-05-12
[Rust] Metadata API improvements
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] More cleanup regarding `BnString`
Mason Reed
2025-05-12
[Rust] Simplify usage surrounding c strings
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason Reed
2025-05-04
[Rust] Fix a pre-existing formatting issue
Mark Rowe
2025-04-29
Fix memory leak in when calling `Metadata::get_value_store` in Rust API
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-05-28
update `Session::load_with_option` to the new API
Rubens Brandao
2024-05-28
allow `load_with_option` to accept json options
Rubens Brandao
2024-05-27
Update load APIs to take a JSON string for options.
Brian Potchik
2024-05-10
Rust API : Misc cargo clippy fixes
KyleMiles
2024-05-10
hide array implementation details
Rubens Brandao
2024-05-01
Merge branch 'fix-metadata-from' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-04-16
remove recursive conversion for Metadata
Rubens Brandao
2024-04-14
fix metadata impl From lists
Rubens Brandao
2024-04-10
fix the array implementation using GAT
Rubens Brandao
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-10
Remove unused impls of `AsRef<T> for T`
Michael Krasnitski
2023-01-06
Rust API: Additional Cleanup
Michael Krasnitski
2023-01-06
Rust API: Lots and lots of clippy changes
KyleMiles
2023-01-05
Bump to 2021
Joe Rozner
2022-10-04
Fix cargo warnings about unused imports; cargo fmt
KyleMiles
2022-09-29
[Rust API] BinaryView metadata storing
Glenn Smith
2022-09-29
[Rust API] Better name for this trait fn, more CC support
Glenn Smith
2022-09-29
[Rust API] Add support for Metadata
Glenn Smith