initial commit
This commit is contained in:
10
examples/decompile/Cargo.toml
Normal file
10
examples/decompile/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "decompile"
|
||||
version = "0.1.0"
|
||||
authors = ["Fabian Freyer <mail@fabianfreyer.de>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
binaryninja = {path="../../"}
|
||||
clap = { version = "4.3", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user