About this project

loadlibrary-patch-kit is a Windows-based utility for modifying Portable Executable (.exe, .dll) files. It provides patching methods intended to bypass Windows Defender signature checks and adds stubs for missing Windows API functions so that modified binaries can run during analysis. The README positions the kit for malware analysis, antivirus research, reverse engineering, and binary patching. The documented workflow is GUI-oriented: run the executable as Administrator, select a target file, apply a patch, and save the modified version. Configuration options include patch type, output directory, and logging. Supported formats are PE32 and PE32+ files. The README states that the kit is built with Python and works with Windows internals, though no source code or build instructions are included in the repository description. Security guidance in the README advises using the tool only on files the user trusts or owns and warns against running patched binaries of uncertain origin. The repository primarily links to a downloadable ZIP archive rather than providing visible source code, so the actual implementation and patch behavior are not independently verifiable from the README alone.