Description: DPC Stack Grower is a program I wrote some time ago that allows to modify the size of the kernel stack used by the system for servicing "Deferred Procedure Calls" in Windows NT and later. For the reader it can be an example of a quite complex hook application that works on SMP systems.
To Search:
File list (Check if you may need any files):
DpcStackGrower\bin
..............\...\i386
..............\...\....\vpcdpcsg.pdb
..............\...\....\vpcdpcsg.sys
..............\DpcStackGrower
..............\..............\DpcStackGrower.cpp
..............\..............\DpcStackGrower.dsp
..............\..............\DpcStackGrower.dsw
..............\..............\DpcStackGrower.h
..............\..............\DpcStackGrower.rc
..............\..............\DpcStackGrowerDlg.cpp
..............\..............\DpcStackGrowerDlg.h
..............\..............\InstallDriver.cpp
..............\..............\InstallDriver.h
..............\..............\ReadMe.txt
..............\..............\res
..............\..............\...\DpcStackGrower.ico
..............\..............\...\DpcStackGrower.rc2
..............\..............\...\vpc.ico
..............\..............\resource.h
..............\..............\StdAfx.cpp
..............\..............\StdAfx.h
..............\Include
..............\.......\detours.h
..............\.......\dpcstkgr.h
..............\.......\IOCTLs.h
..............\.......\WinDefs.h
..............\Kernel_NT
..............\.........\detours.c
..............\.........\dpcstkgr.c
..............\.........\MAKEFILE
..............\.........\Sources
DpcStackGrower