File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ fn main() {
3737}
3838```
3939
40+ More examples can be found in [ here] ( https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples ) .
41+
4042## Getting Started
4143
4244### Requirements
@@ -101,6 +103,8 @@ pub extern "C" fn CorePluginInit() -> bool {
101103}
102104```
103105
106+ Examples for writing a plugin can be found [ here] ( https://github.com/Vector35/binaryninja-api/tree/dev/plugins ) .
107+
104108### Write a Standalone Executable
105109
106110If you have a headless supporting license you are able to use Binary Ninja as a regular dynamically loaded library.
@@ -139,9 +143,12 @@ If you're thinking of contributing to the Rust API, we encourage you to join the
139143This project makes use of:
140144 - [ log] ([ log license] - MIT)
141145 - [ rayon] ([ rayon license] - MIT)
146+ - [ thiserror] ([ thiserror license] - MIT)
142147
143148[ log ] : https://github.com/rust-lang/log
144149[ log license ] : https://github.com/rust-lang/log/blob/master/LICENSE-MIT
145150[ rayon ] : https://github.com/rayon-rs/rayon
146151[ rayon license ] : https://github.com/rayon-rs/rayon/blob/master/LICENSE-MIT
152+ [ thiserror ] : https://github.com/dtolnay/thiserror
153+ [ thiserror license ] : https://github.com/dtolnay/thiserror/blob/master/LICENSE-MIT
147154[ Binary Ninja ] : https://binary.ninja
You can’t perform that action at this time.
0 commit comments