debugoff 0.2.2

Linux anti-analysis and anti-debugging Rust library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// DebugOff
// Copyright (C) 2022 0xor0ne
//
// Licensed under:
// - GPL-3.0 when "obfuscate" feature is enabled;
// - MIT when "obfuscate" feature IS NOT enabled;

mod syscall;
mod syscalls;

pub use self::syscall::*;
pub use self::syscalls::*;