Files
hacksysteam-HackSysExtremeV…/Driver/Source/StackOverflowGS.h
T
2015-05-28 15:05:20 +05:30

48 lines
1.5 KiB
C

/*++
/$$ /$$ /$$ /$$$$$$
| $$ | $$ | $$ /$$__ $$
| $$ | $$ /$$$$$$ /$$$$$$$| $$ /$$| $$ \__/ /$$ /$$ /$$$$$$$
| $$$$$$$$ |____ $$ /$$_____/| $$ /$$/| $$$$$$ | $$ | $$ /$$_____/
| $$__ $$ /$$$$$$$| $$ | $$$$$$/ \____ $$| $$ | $$| $$$$$$
| $$ | $$ /$$__ $$| $$ | $$_ $$ /$$ \ $$| $$ | $$ \____ $$
| $$ | $$| $$$$$$$| $$$$$$$| $$ \ $$| $$$$$$/| $$$$$$$ /$$$$$$$/
|__/ |__/ \_______/ \_______/|__/ \__/ \______/ \____ $$|_______/
/$$ | $$
| $$$$$$/
\______/
Copyright (C) 2010-2015 HackSys Team. All rights reserved.
This file is part of HackSys Extreme Vulnerable Driver.
See the file 'LICENSE' for copying permission.
Author : Ashfaq Ansari
Contact: ashfaq_ansari1989[at]hotmail.com
Website: http://hacksys.vfreaks.com
Project Name:
HackSys Extreme Vulnerable Driver
Module Name:
StackOverflowGS.h
Abstract:
This module implements the data structures for
Stack Overflow with Guard Stack (GS) module.
--*/
#ifndef __STACK_OVERFLOW_GS_H__
#define __STACK_OVERFLOW_GS_H__
#pragma once
#include "Common.h"
NTSTATUS TriggerStackOverflowGS(IN PVOID pUserModeBuffer, IN SIZE_T userModeBufferSize);
#endif //__STACK_OVERFLOW_GS_H__