windows-internals topic

List windows-internals repositories

dumpulator

675
Stars
45
Forks
Watchers

An easy-to-use library for emulating memory dumps. Useful for malware analysis (config extraction, unpacking) and dynamic analysis in general (sandboxing).

LoaderWatch

39
Stars
11
Forks
Watchers

Windows 10 PE image loader (LDR) NTDLL component toolbox

NtUtilsLibrary

97
Stars
31
Forks
Watchers

Delphi library for system programming on Windows using Native API

UltimateAntiCheat

301
Stars
29
Forks
Watchers

UltimateAntiCheat is a free & open source usermode anti-cheat system made to detect and prevent common attack vectors in game hacking

DLL-Injector

84
Stars
21
Forks
Watchers

DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector

Manual-DLL-Loader

57
Stars
17
Forks
Watchers

Custom LoadLibrary / GetProcAddress (x86 / x64) - Load DLL and retrieve functions manually

PE-Explorer

50
Stars
20
Forks
Watchers

PE Explorer in C++ (x86 / x64) - PE file parser, retrieve exports and imports

Cave-Finder

58
Stars
7
Forks
Watchers

Tool to find code cave in PE image (x86 / x64) - Find empty space to place code in PE files

SymbolicAccess

66
Stars
13
Forks
Watchers

Static user/kernel mode library that allows access to all functions and global variables by extracting offsets from the PDB

WarbirdExamples

24
Stars
3
Forks
Watchers

An example of how to use Microsoft Windows Warbird technology