Skip to main content

One post tagged with "Process"

A process is an instance of a program that is running on a computer. It is a separate execution context that can run concurrently with other processes. Each process has its own memory space and resources, allowing multiple programs to run simultaneously without interfering with each other.

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.