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
+5-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@ The injector has a friendly UI and divided into two parts: User-mode injector an
4
4
5
5
## Remark
6
6
- Injector supports only 64 bit dll \ processes
7
-
- build only in release mode (or turn off incremental - /INCREMENTAL:NO) - incremental linking could make some jump thunks to handle relocations of functions \ pointers to new addresses
8
-
- build file will be added
7
+
- build only in release mode
8
+
- if you decided to build in Debug Mode, you should make some changes in the project properties:
9
+
* Turn off incremental - /INCREMENTAL:NO) - incremental linking could make some jump thunks to handle relocations of functions \ pointers to new addresses
10
+
* Turn off Jmc Debugging - could make an calls in the loader shellcode which will cause access violatins
0 commit comments