Skip to main content

One post tagged with "DLL (Dynamic Link Library)"

A DLL is a shared library file that contains code and data that can be linked to multiple programs at runtime. Unlike static libraries, which are linked into an executable at compile time, DLLs are loaded into memory only when needed, allowing for more flexibility and modularity in software design.

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.