debugprotector

Using default method

Default method will check debugger and self kill program

``` use debugprotector::detect;

fn main() { detect(); } ```

Using single method.

This crate have the following functions:

``` use debugprotector::antidbg;

antidbg::adbgisdebuggerpresent(); antidbg::adbgbeingdebuggedpeb(); antidbg::adbgntglobalflagpeb(); antidbg::adbgcheckremotedebuggerpresent(); antidbg::adbgcheckwindowclassname(); antidbg::adbgcheckwindowname(); antidbg::adbgprocessfilename(); ```