index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
examples
/
basic_script
Age
Commit message (
Expand
)
Author
2024-04-09
replace BStr with str
Rubens Brandao
2023-12-05
Resolves #3714: Adds core initialization/shutdown wrapper object (to the Rust...
KyleMiles
2023-07-11
Resolve github dependabot security warning
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-05
Bump to 2021
Joe Rozner
2022-09-29
[Rust API] Add support for Metadata
Glenn Smith
2022-06-23
Rust API: Update basic_script Cargo.lock
rose
2022-06-08
Generate fat binary for Mac Rust plugins
Rusty Wagner
2022-02-14
Rust: Minor tweaks to 2890; merge architecture::InstructionTextToken and disa...
KyleMiles
2022-02-11
Rust: Update `basic_script`'s Cargo.lock
KyleMiles
2022-02-03
CMake: consistency with arch/platform plugins
Glenn Smith
2022-02-02
Fancier CMake: find scripts, out-of-tree example builds
Glenn Smith
2022-01-28
Format All Files
KyleMiles
2021-08-10
Rust API : Remove nightly requirement; Remove custom Clang args to simplify g...
KyleMiles
2021-08-05
Correctly detect if the current build is executed on the build server
Xusheng
2021-07-05
Remove unneccessary target on Rust example to build on native platform
Rusty Wagner
2021-06-29
Rust API : No longer update to latest cargo nightly; Add link args back to -s...
KyleMiles
2021-06-29
Resolves #2521; Rust API Linking Errors
KyleMiles
2021-05-11
Rust API : Better headless support; Introducing `binaryninja::open_view` and ...
KyleMiles