boprot.h

来自「臭氧层主动防御系统驱动源代码!臭氧层主动防御系统驱动源代码!」· C头文件 代码 · 共 34 行

H
34
字号
/*
 * Copyright (c) 2004 Security Architects Corporation. All rights reserved.
 *
 * Module Name:
 *
 *		boBOPROT.c
 *
 * Abstract:
 *
 *		This module implements buffer overflow protection related routines.
 *
 * Author:
 *
 *		Eugene Tsyrklevich 08-Jun-2004
 *
 * Revision History:
 *
 *		None.
 */


#ifndef __BOPROT_H__
#define __BOPROT_H__


#include <NTDDK.h>


BOOLEAN InitBufferOverflowProtection();
VOID ShutdownBufferOverflowProtection();


#endif	/* __BOPROT_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?