-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ReflectiveDLLInjection module to verify if CI passes
- Loading branch information
1 parent
7e14de9
commit 65bd36b
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ReflectiveDLLInjection
updated
19 files
+53 −53 | common/ReflectiveDLLInjection.h | |
+17 −0 | cortex.yaml | |
+336 −260 | dll/reflective_dll.vcxproj | |
+42 −28 | dll/reflective_dll.vcxproj.filters | |
+656 −0 | dll/src/ColdGate.c | |
+254 −0 | dll/src/ColdGate.h | |
+49 −0 | dll/src/GateTrampoline32.asm | |
+45 −0 | dll/src/GateTrampoline32.s | |
+47 −0 | dll/src/GateTrampoline64.asm | |
+47 −0 | dll/src/GateTrampoline64.s | |
+0 −0 | dll/src/ReflectiveDll.c | |
+60 −195 | dll/src/ReflectiveLoader.c | |
+16 −166 | dll/src/ReflectiveLoader.h | |
+317 −255 | inject/inject.vcxproj | |
+34 −34 | inject/inject.vcxproj.filters | |
+6 −5 | inject/src/Inject.c | |
+2 −1 | inject/src/LoadLibraryR.c | |
+10 −0 | inject/src/LoadLibraryR.h | |
+14 −9 | rdi.sln |