Skip to content

Commit

Permalink
Submodule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilsnd committed Nov 17, 2021
1 parent bf62523 commit a6dd3bf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Deps/CommonLibAE
Submodule CommonLibAE added at 0f6286
1 change: 1 addition & 0 deletions Deps/CommonLibSSE
Submodule CommonLibSSE added at 575f84
2 changes: 1 addition & 1 deletion Deps/Detours
Submodule Detours updated 55 files
+10 −0 .editorconfig
+4 −22 .github/ISSUE_TEMPLATE/question.md
+10 −0 .github/dependabot.yml
+19 −20 .github/workflows/main.yml
+3 −3 CREDITS.md
+14 −6 Makefile
+16 −0 samples/Makefile
+1 −1 samples/common.mak
+4 −4 samples/cping/Makefile
+0 −1 samples/cping/cping.cpp
+2 −2 samples/dtest/Makefile
+1 −0 samples/dtest/dtarge.h
+0 −4 samples/dumpi/dumpi.cpp
+18 −18 samples/dynamic_alloc/Makefile
+24 −24 samples/einst/Makefile
+2 −2 samples/findfunc/symtest.cpp
+1 −0 samples/findfunc/target.h
+59 −0 samples/payload/Makefile
+131 −0 samples/payload/payload.cpp
+12 −0 samples/payload/payloadguid.hpp
+60 −0 samples/payload/payloadtarget.cpp
+0 −1 samples/region/region.cpp
+1 −1 samples/setdll/Makefile
+121 −0 samples/simple_safe/Makefile
+79 −0 samples/simple_safe/simple_safe.cpp
+17 −0 samples/simple_safe/simple_safe.rc
+29 −0 samples/simple_safe/sleep5.cpp
+1 −0 samples/slept/slept.h
+45 −45 samples/talloc/Makefile
+0 −4 samples/tracebld/trcbld.cpp
+1 −1 samples/tryman/Makefile
+2 −2 samples/withdll/Makefile
+0 −2 samples/withdll/withdll.cpp
+1 −1 src/Makefile
+243 −72 src/creatwth.cpp
+57 −14 src/detours.cpp
+99 −5 src/detours.h
+10 −5 src/disasm.cpp
+3 −12 src/image.cpp
+52 −24 src/modules.cpp
+79 −26 src/uimports.cpp
+6 −0 system.mak
+72 −0 tests/Makefile
+17,799 −0 tests/catch.hpp
+67 −0 tests/corruptor.cpp
+47 −0 tests/corruptor.h
+10 −0 tests/main.cpp
+25 −0 tests/payload.cpp
+25 −0 tests/payload.h
+44 −0 tests/process_helpers.cpp
+37 −0 tests/process_helpers.h
+21 −0 tests/test_image_api.cpp
+731 −0 tests/test_module_api.cpp
+6 −2 vc/Detours.vcxproj
+17 −2 vc/Detours.vcxproj.filters
2 changes: 1 addition & 1 deletion Deps/glm
Submodule glm updated 102 files
File renamed without changes.

0 comments on commit a6dd3bf

Please sign in to comment.