Skip to content

Commit

Permalink
some more minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lit3r4lly committed Oct 9, 2020
1 parent 3718923 commit 32f08cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dll Injector/Dll Injector.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<SupportJustMyCode>false</SupportJustMyCode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ The injector has a friendly UI and divided into two parts: User-mode injector an

## Remark
- Injector supports only 64 bit dll \ processes
- 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
- build file will be added
- build only in release mode
- if you decided to build in Debug Mode, you should make some changes in the project properties:
* Turn off incremental - /INCREMENTAL:NO) - incremental linking could make some jump thunks to handle relocations of functions \ pointers to new addresses
* Turn off Jmc Debugging - could make an calls in the loader shellcode which will cause access violatins
- build file added

## Features
- [x] Simple injection method
Expand Down

0 comments on commit 32f08cb

Please sign in to comment.