diff options
Diffstat (limited to 'boprot.h')
| -rw-r--r-- | boprot.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/boprot.h b/boprot.h new file mode 100644 index 0000000..3c106a6 --- /dev/null +++ b/boprot.h | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (c) 2004 Security Architects Corporation. All rights reserved. | ||
| 3 | * | ||
| 4 | * Module Name: | ||
| 5 | * | ||
| 6 | * boBOPROT.c | ||
| 7 | * | ||
| 8 | * Abstract: | ||
| 9 | * | ||
| 10 | * This module implements buffer overflow protection related routines. | ||
| 11 | * | ||
| 12 | * Author: | ||
| 13 | * | ||
| 14 | * Eugene Tsyrklevich 08-Jun-2004 | ||
| 15 | * | ||
| 16 | * Revision History: | ||
| 17 | * | ||
| 18 | * None. | ||
| 19 | */ | ||
| 20 | |||
| 21 | |||
| 22 | #ifndef __BOPROT_H__ | ||
| 23 | #define __BOPROT_H__ | ||
| 24 | |||
| 25 | |||
| 26 | #include <NTDDK.h> | ||
| 27 | |||
| 28 | |||
| 29 | BOOLEAN InitBufferOverflowProtection(); | ||
| 30 | VOID ShutdownBufferOverflowProtection(); | ||
| 31 | |||
| 32 | |||
| 33 | #endif /* __BOPROT_H__ */ | ||
