From 2acec63b2ed75bf4b71ad257db573c4b8f9639e7 Mon Sep 17 00:00:00 2001 From: tumagonx Date: Tue, 8 Aug 2017 10:54:53 +0700 Subject: initial commit --- boprot.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 boprot.h (limited to 'boprot.h') diff --git a/boprot.h b/boprot.h new file mode 100644 index 0000000..3c106a6 --- /dev/null +++ b/boprot.h @@ -0,0 +1,33 @@ +/* + * 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 + + +BOOLEAN InitBufferOverflowProtection(); +VOID ShutdownBufferOverflowProtection(); + + +#endif /* __BOPROT_H__ */ -- cgit v1.3