Posted: Sun Jun 11, 2006 4:27 pm Post subject: Threads
I don't know much about threads but I saw the thread list option in CE where it gives the address of the thread and a base... not sure how to use this info. Is there a way to find out what writes to a specific thread or find out what creates a certain thread?
Joined: 09 May 2003 Posts: 25813 Location: The netherlands
Posted: Mon Jun 12, 2006 1:41 am Post subject:
I suck at explaining, but anyhow:
a thread can execute code. All processes have at least one thread.
With api's like CreateThread you can create more threads, giving them a startaddress.
each thread has it's own registers and stack to store variables in and can access all the memory in the whole process.
I recommend looking up basic multitasking / threading information on google. _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
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