summaryrefslogtreecommitdiff
path: root/rust/examples/basic_script
AgeCommit message (Collapse)Author
2024-04-09replace BStr with strRubens Brandao
2023-12-05Resolves #3714: Adds core initialization/shutdown wrapper object (to the ↵KyleMiles
Rust API) that you can initialize at the top of your script and it'll auto-cleanup at the end of your script. Also some misc doc fixes.
2023-07-11Resolve github dependabot security warningKyleMiles
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2023-01-05Bump to 2021Joe Rozner
2022-09-29[Rust API] Add support for MetadataGlenn Smith
2022-06-23Rust API: Update basic_script Cargo.lockrose
2022-06-08Generate fat binary for Mac Rust pluginsRusty Wagner
2022-02-14Rust: Minor tweaks to 2890; merge architecture::InstructionTextToken and ↵KyleMiles
disassembly::InstructionTextToken; update examples
2022-02-11Rust: Update `basic_script`'s Cargo.lockKyleMiles
2022-02-03CMake: consistency with arch/platform pluginsGlenn Smith
2022-02-02Fancier CMake: find scripts, out-of-tree example buildsGlenn Smith
2022-01-28Format All FilesKyleMiles
2021-08-10Rust API : Remove nightly requirement; Remove custom Clang args to simplify ↵KyleMiles
getting bindgen to work
2021-08-05Correctly detect if the current build is executed on the build serverXusheng
2021-07-05Remove unneccessary target on Rust example to build on native platformRusty Wagner
2021-06-29Rust API : No longer update to latest cargo nightly; Add link args back to ↵KyleMiles
-sys to reduce build errors
2021-06-29Resolves #2521; Rust API Linking ErrorsKyleMiles
2021-05-11Rust API : Better headless support; Introducing `binaryninja::open_view` and ↵KyleMiles
`binaryninja::open_view_with_options`, updated init/shutdown, script example, more setting support, and misc fixes