| Crates.io | debugprotector |
| lib.rs | debugprotector |
| version | 0.1.4 |
| created_at | 2023-02-26 01:59:22.08286+00 |
| updated_at | 2023-02-27 12:20:16.187751+00 |
| description | Advanced antidebugger using assembly calls and winapi functions |
| homepage | |
| repository | https://github.com/mcraxker/debugprotector |
| max_upload_size | |
| id | 794784 |
| size | 10,054 |
Default method will check debugger and self kill program
use debugprotector::detect;
fn main() {
detect();
}
This crate have the following functions:
use debugprotector::antidbg;
antidbg::adbg_is_debugger_present();
antidbg::adbg_being_debugged_peb();
antidbg::adbg_nt_global_flag_peb();
antidbg::adbg_check_remote_debugger_present();
antidbg::adbg_check_window_class_name();
antidbg::adbg_check_window_name();
antidbg::adbg_process_file_name();