# DLL Injectors for Game Hacking

The starting point for every internal tool. Reliable utilities to load your code into target processes.

4 tools Open Source Free x64/x86 Kernel/Driver

Xenos Injector #

Open Source ★ 2.6k Updated 2021-05

The 'old reliable' for testing your internal cheats. It is a straightforward DLL injector that supports multiple methods (like Manual Map) to help you get your code into the game process for testing.

Pro Tip: Great for a lab environment, but most public injectors like this are easily detected by modern anti-cheats. Use it for development, not for live play.

x64/x86

GH Injector #

Open Source ★ 1.4k Updated 2025-05

Modern and very professional injector. It's a full library that lets you pick between multiple 'injection stubs' to scramble your execution patterns and dodge behavioral detection from even advanced security software.

Pro Tip: This tool is backed by years of research from the Guided Hacking community. Use the custom stubs to stay ahead of heuristic detections that look for standard thread patterns.

x64/x86

Fumo Loader #

Open Source ★ 384 Updated 2025-01

An 'all-in-one' loader that uses vulnerable drivers to map your DLL from the kernel (Ring 0). It's incredibly stealthy because it avoids almost all the standard user-mode API calls that modern EDRs monitor.

Pro Tip: Since it uses a driver to do the mapping, it's one of the few ways to inject into highly protected processes without the OS or anti-cheat stopping you at the door.

Kernel/Driver x64/x86

Extreme Injector #

Free ★ 1.1k Updated 2022-06

The 'Swiss Army Knife' of injectors. It's famous for features like 'DLL Scrambling' and 'Erase PE Header' that help you bypass signature-based detection on the fly by modifying the library as it loads.

Pro Tip: The 'Erase PE Header' option is a great stealth move, but be careful—it can crash some DLLs that expect the header to be intact for internal lookups.

x64/x86