[dependencies.winapi]
features = ["debugapi", "handleapi", "winuser", "processthreadsapi", "tlhelp32"]
version = "0.3.9"
[dependencies.winsafe]
features = ["kernel"]
version = "0.0.13"
[package]
description = "Advanced antidebugger using assembly calls and winapi functions"
edition = "2021"
license = "MIT"
name = "debugprotector"
readme = "README.md"
version = "0.1.0"