Program Database

2024-08-05 pe windows

Program Database (PDB) is a file format on Windows systems used to store debugging information about a program. PDB files commonly have a .pdb file ... Read More

dumpbin.exe

0001-01-01 windows

dumpbin.exe is a component of Microsoft’s Visual Studio that displays information about Common Object File Format (COFF) binary files. It is ... Read More

Dynamic Link Library

0001-01-01 pe windows

A dynamic-link library (DLL) is a shared library in the Microsoft Windows operating system. This is similar to Shared Object (.so files) on *nix ... Read More

handle.exe

0001-01-01 sysinternals windows

handle.exe is a tool provided by the Sysinternals Suite that lists handles opened by processes. It may also be used to close open handles for malware ... Read More

LoadLibrary

0001-01-01 winapi windows

THe LoadLibrary WinAPI function is used to load a DLL. It takes a path to a DLL on disk as an argument and loads it. ... Read More

PEBear

0001-01-01 malwareanalysis reversing pe windows

PE Bear is an open-source PE file analyzer written by hasherezade. It runs on Windows or Linux. https://github.com/hasherezade/pe-bear Read More

Portable Executable

0001-01-01 pe windows

Windows executable files are defined by a specification known as the Portable Executable file format. PE files typically have file extensions of exe, ... Read More

Process Environment Block

0001-01-01 windows

The Process Environment Block (PEB) is a data structure of the Windows NT operating system family containing data structures including global context, ... Read More

Sysinternals Suite

0001-01-01 windows

The Sysinternals Suite is a set of tools used for troubleshooting Windows systems. Some tools provided by Sysinternals include: AccessChk, Handle, ... Read More

WinAPI

0001-01-01 winapi windows

The Windows API (WinAPI) is the application programming interface (API) that allows Windows programs to access the features provided by the Microsoft ... Read More