Posted: Tue Dec 30, 2014 9:26 pm Post subject: Possible Kernel32 Linking Issue
So I've been messing around with windows threads (yes, I know CE will do this for you, but I wanted to get practice with this sort of thing), but whenever I try to kill one with KERNEL32.ExitThread, my target process crashes. Upon stepping into KERNEL32.ExitThread, I realized that it was garbage code (See attached picture). Kernel32.CreateThread and User32.MessageBoxA both work just fine. Is this a linking issue or am I missing something? Thanks!
Here's how I'm calling it:
Code:
push 00
call KERNEL32.ExitThread
Thing2.PNG
Description:
Picture of what is supposedly Kernel32.ExitThread.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum