Patch: ntoskrnl.exe - Added PsCreateSystemThread

Carroll Vance ovencleaner at gmail.com
Wed Sep 19 20:49:40 CDT 2007


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 handle was provided. This is my
first patch, I read over the dev docs and patch format, I hope I did not
miss anything. I have tested this with a driver I made and it seemed to work
fine.

Changelog:
ntoskrnl.exe: Added PsCreateSystemThread
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-patches/attachments/20070919/2ba32e2a/attachment.htm 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Implemented-PsCreateSystemThread-in-ntoskrnl.exe.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20070919/2ba32e2a/attachment.txt 


More information about the wine-patches mailing list