THM | Windows Internals
· 14 min read
A thread is a lightweight process that runs within a process. It is a separate flow of execution that can be used to improve the responsiveness and performance of an application. Multiple threads can share the same memory space as their parent process, but they have their own stack and registers.
View All Tags