Skip to main content

One post tagged with "Windows API"

The Windows API is a set of interfaces and functions provided by Microsoft that allows developers to write programs for Windows. The API provides a way to interact with the operating system's features, such as file I/O, network communication, and user interface management. Developers can use the Windows API to create applications that are compatible with different versions of Windows.

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.