start, reverse guard, cli-frontend for server and client
This commit is contained in:
14
ostp-guard/Cargo.toml
Normal file
14
ostp-guard/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "ostp-guard"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
description = "OSTP Anti-Reverse Engineering & Protection Module"
|
||||
|
||||
[dependencies]
|
||||
rand.workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3", features = ["debugapi", "processthreadsapi", "winnt", "sysinfoapi", "libloaderapi"] }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = "0.2"
|
||||
Reference in New Issue
Block a user