result = 调用系统函数(“kernel32.dll”, “IsDebuggerPresent”, 整数型) 返回(result)
子程序名
返回值类型
公开
备 注
主程序
变量名
类 型
静态
数组
备 注
isProtected
逻辑型
isProtected = anti_debug() 如果(isProtected) 输出("Anti-debugging and antivirus protection are enabled.") 否则 输出("Anti-debugging and antivirus protection are not enabled.") // 在这里添加你的代码 结束 如果 主程序()