debugprotector 0.1.2

Advanced antidebugger using assembly calls and winapi functions
1
2
3
4
5
6
7
8
9
10
11
12
[package]
description = "Advanced antidebugger using assembly calls and winapi functions"
edition = "2021"
license = "MIT"
name = "debugprotector"
version = "0.1.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
winapi = {version = "0.3.9", features = ["debugapi", "handleapi", "winuser", "processthreadsapi", "tlhelp32"]}
winsafe = {version = "0.0.13", features = ["kernel"]}