From 7bec20d991005ff12d2d5c31c11dcffaea1a39ff Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Wed, 6 Dec 2017 15:11:56 -0700 Subject: [PATCH 1/2] App Compat ReadMe --- Windows/Payloads/AppCompatShims/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Windows/Payloads/AppCompatShims/README.md diff --git a/Windows/Payloads/AppCompatShims/README.md b/Windows/Payloads/AppCompatShims/README.md new file mode 100644 index 00000000..c04ec639 --- /dev/null +++ b/Windows/Payloads/AppCompatShims/README.md @@ -0,0 +1,9 @@ +## Application Compatibility Shims + +[Reference](https://blogs.technet.microsoft.com/askperf/2011/06/17/demystifying-shims-or-using-the-app-compat-toolkit-to-make-your-old-stuff-work-with-your-new-stuff/) + +All Files Contained in .Zip. + +Otherwise you can roll your own. + +##### This Shim Injects a DLL named AtomicTest.DLL from C:\Tools into an Applicaiton named AtomicTest.exe From 809e2cb4b8386c0466d0391a743d252d47406b5d Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Wed, 6 Dec 2017 15:12:35 -0700 Subject: [PATCH 2/2] Fix Typo --- Windows/Payloads/AppCompatShims/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/Payloads/AppCompatShims/README.md b/Windows/Payloads/AppCompatShims/README.md index c04ec639..bcfb74d3 100644 --- a/Windows/Payloads/AppCompatShims/README.md +++ b/Windows/Payloads/AppCompatShims/README.md @@ -6,4 +6,4 @@ All Files Contained in .Zip. Otherwise you can roll your own. -##### This Shim Injects a DLL named AtomicTest.DLL from C:\Tools into an Applicaiton named AtomicTest.exe +##### This Shim Injects a DLL named AtomicTest.DLL from C:\Tools into an Application named AtomicTest.exe