Skip to main content

One post tagged with "Virtual Memory"

Virtual memory is a layer of abstraction between physical RAM and the operating system's memory management. It allows programs to use more memory than is physically available by swapping pages in and out of physical RAM as needed. Virtual memory provides a large address space that can be used by applications, while the operating system manages the actual allocation of physical memory.

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.