Skip to main content

One post tagged with "Thread"

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

THM | Windows Internals

· 14 min read

Malware Analysis | Windows Internals | Summary:

This room aims to provide an in-depth exploration of Windows operating system internals and common components. Important concepts like Processes, Threads, Virtual Memory, DLLs, PE and the Window API are introduced.