
Create a thread
Started By
Tony
, Nov 21 2013 10:38 PM
7 replies to this topic
#1
Posted 21 November 2013 - 10:38 PM
Im trying to invoke ZwCreateThread. But since it is a undocumented function i don't know how to do it. The 7'th arguement of the function PINITIAL_TEB UserStack.
How to initialize this structure to use it in ZwCreateThread?
Dont give me cpp examples cuz all of them are not functiona in asm.
#2
Posted 22 November 2013 - 02:53 AM
maybe this can help
saludos
#3
Posted 22 November 2013 - 09:49 AM
Thanks man, however I can't use such cpp examples in asm...
#4
Posted 22 November 2013 - 09:18 PM
Have a look at those forums.
Maybe this can help you, good luck.
Maybe this can help you, good luck.
Regards
Website & blog 1366x.org
Linux is awesome but also time consuming hungry
#5
Posted 22 November 2013 - 09:25 PM
Useless, thanks anyway.
#6
Posted 27 November 2013 - 02:20 AM
I think you need this -->
Allso read here -->
#7
Posted 27 November 2013 - 05:21 PM
why not using RtlCreateUserThread in the first place?
#8
Posted 27 November 2013 - 05:37 PM
Problem solved. Thanks guys =]