GH DLL Injector Explained - v4.5 Released!
Everything you ever wanted to know about our DLL Injector - donate to support development!
Download: https://guidedhacking.com/resources/guided-hacking-dll-injector.4/
All Praise Lord Broihon - Grand Adjudicator of DLL Injection
Support us on Patreon: http://bit.ly/38mnveC
Donate on our Forum : http://bit.ly/2HkOco9
GH DLL Injector Library: https://github.com/Broihon/GH-Injector-Library
GH DLL Injector GUI: https://github.com/Broihon/GH-Injector-GUI
The Guided Hacking Injector is the best DLL injector, it has a very rich feature set and is frequently updated. Our injector has over 40,000 downloads and has been thoroughly tested, working on all versions of Windows and offering many different injection methods.
DO NOT USE ADVANCED SETTINGS IF YOU ARE A NEWB - YOU WILL SCREW IT UP
0:00 - Introduction & Basics
6:55 - Injection Methods Explained
DLL Injection methods:
-LoadLibraryExW
-LdrLoadDll
-LdrpLoadDll
-LdrpLoadDllInternal
-ManualMapping
Shellcode execution methods:
-NtCreateThreadEx
-Thread hijacking
-SetWindowsHookEx
-QueueUserAPC
-FakeVEH
DLL Injector Manual mapping features:
-Section mapping
-Base relocation
-Imports
-Delayed imports
-SEH/CPP exception support
-TLS initialization
-Security cookie initalization
-Shift image base
-Run under loader lock
DLL Injector additional features:
-Various cloaking options
-PEB unlinking
-PE header cloaking
-Thread cloaking
Handle hijacking
Hook scanning/restoring
What is a DLL Injector?
In computer programming, DLL injection is a technique used for running code within the address space of another process by forcing it to load a dynamic-link library. DLL injection is often used by external programs to influence the behavior of another program in a way its authors did not anticipate or intend. For example, the injected code could hook system function calls, or read the contents of password textboxes, which cannot be done the usual way. A program used to inject arbitrary code into arbitrary processes is called a DLL injector.
If you're making an internal hack you must use a DLL injector to inject it.
Follow us on Facebook : http://bit.ly/2vvHfhk
Follow us on Twitter : http://bit.ly/3bC7J1i
Follow us on Twitch : http://bit.ly/39ywOZ2
Follow us on Reddit : http://bit.ly/3bvOB57
Follow us on GitHub : http://bit.ly/2HoNXIS
Follow us on Instagram : http://bit.ly/2SoDOlu
#gamehacking #DLLInjector #DLLInjection