debugprotector 0.1.3

Advanced antidebugger using assembly calls and winapi functions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"
repository = "https://github.com/mcraxker/debugprotector"
version = "0.1.3"