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;

#[allow(non_camel_case_types)]
pub enum SysNo {
    SYS_PTRACE = 117,
    SYS_EXIT_GROUP = 94,
}