Skip to content

Commit 32f08cb

Browse files
committed
some more minor changes
1 parent 3718923 commit 32f08cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dll Injector/Dll Injector.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<SDLCheck>true</SDLCheck>
120120
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121121
<ConformanceMode>true</ConformanceMode>
122+
<SupportJustMyCode>false</SupportJustMyCode>
122123
</ClCompile>
123124
<Link>
124125
<SubSystem>Console</SubSystem>

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ The injector has a friendly UI and divided into two parts: User-mode injector an
44

55
## Remark
66
- 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
11+
- build file added
912

1013
## Features
1114
- [x] Simple injection method

0 commit comments

Comments
 (0)