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::adbgisdebuggerpresent(); antidbg::adbgbeingdebuggedpeb(); antidbg::adbgntglobalflagpeb(); antidbg::adbgcheckremotedebuggerpresent(); antidbg::adbgcheckwindowclassname(); antidbg::adbgcheckwindowname(); antidbg::adbgprocessfilename(); ```