You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## GH Injector Library
2
2
3
3
A feature-rich DLL injection library which supports x86, WOW64 and x64 injections.
4
-
It features four injection methods, four shellcode execution methods and various additional options.
4
+
It features five injection methods, four shellcode execution methods and various additional options.
5
5
Session seperation can be bypassed with all methods.
6
6
7
7
----
@@ -11,6 +11,7 @@ Session seperation can be bypassed with all methods.
11
11
- LoadLibraryExW
12
12
- LdrLoadDll
13
13
- LdrpLoadDll
14
+
- LdrpLoadDllInternal
14
15
- ManualMapping
15
16
16
17
### Shellcode execution methods
@@ -37,6 +38,13 @@ Session seperation can be bypassed with all methods.
37
38
- Thread cloaking
38
39
- Handle hijacking
39
40
- Hook scanning/restoring
41
+
- Fancy process picker
42
+
43
+
### Shortcut generation:
44
+
45
+
Too lazy to reopen the injector everytime you want to inject the same dll? Generate a shortcut.
46
+
Select the dll you want to inject in the list, configure the options you want and make sure the target process is running. Then click the "Generate Shortcut" button and a shortcut will be generated in the directory of the injector.
47
+
Now you can just double click to perform the injection. The spawned console injector waits for the specified target process to launch.
0 commit comments