Re: Patch: ntoskrnl.exe - Added PsCreateSystemThread

2007-11-15 Thread Saulius Krasuckas
* On Fri, 21 Sep 2007, Stefan [iso-8859-1] D�singer wrote: * Am Donnerstag, 20. September 2007 03:49:40 schrieb Carroll Vance: I have tested this with a driver I made and it seemed to work fine. I don't know much about ntoskrnl.exe, but if you have a test driver, you may want to include

Re: Patch: ntoskrnl.exe - Added PsCreateSystemThread

2007-09-21 Thread Stefan Dösinger
Am Donnerstag, 20. September 2007 03:49:40 schrieb Carroll Vance: I have tested this with a driver I made and it seemed to work fine. I don't know much about ntoskrnl.exe, but if you have a test driver, you may want to include it in the patch. Other libraries have a set of regression tests in

Re: Patch: ntoskrnl.exe - Added PsCreateSystemThread

2007-09-20 Thread Dmitry Timoshkov
Carroll Vance [EMAIL PROTECTED] wrote: I have implemented PsCreateSystemThread in ntoskrnl.exe. This API i have found used by programs like nProtect gameguard, and is a pretty commonly used kernel api. This either ends up calling CreateThread or CreateRemoteThread depending on if a process