View Single Post
  #1  
Old 08-26-2019, 21:30
TomaHawk TomaHawk is offline
Family
 
Join Date: Jan 2014
Posts: 20
Rept. Given: 2
Rept. Rcvd 50 Times in 11 Posts
Thanks Given: 5
Thanks Rcvd at 64 Times in 12 Posts
TomaHawk Reputation: 50
[MASM Source] - ZwCreateThread example (winAPI CreateThread emulation)

I used this in my MyAppSecured exe protector project. This code emulates the winAPI CreateThread using ZwCreateThread, in pure MASM, compiled in WinASM studio.

Feel free to use it for your own projects.
Attached Files
File Type: rar ZwCreateThread example.rar (5.5 KB, 33 views)
Reply With Quote
The Following 2 Users Gave Reputation+1 to TomaHawk For This Useful Post:
Mahmoudnia (08-27-2019), mrfearless (09-06-2019)
The Following 4 Users Say Thank You to TomaHawk For This Useful Post:
DavidXanatos (08-31-2019), elephant (09-07-2019), niculaita (08-27-2019), quygia128 (08-27-2019)