From 67613f4a44a689ff11a957a4618dcf2ab5d69852 Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Wed, 6 Dec 2017 15:40:21 -0700 Subject: [PATCH] Context For Shims --- Windows/Payloads/AppCompatShims/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Windows/Payloads/AppCompatShims/README.md b/Windows/Payloads/AppCompatShims/README.md index bcfb74d3..a1ea1682 100644 --- a/Windows/Payloads/AppCompatShims/README.md +++ b/Windows/Payloads/AppCompatShims/README.md @@ -2,8 +2,12 @@ [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/) +[Additional References:](https://sdb.tools/resources.html) + All Files Contained in .Zip. Otherwise you can roll your own. ##### This Shim Injects a DLL named AtomicTest.DLL from C:\Tools into an Application named AtomicTest.exe +##### Specifically with an Original_FileName and Internal_Name of AtomicTest.exe +##### Easiest way to create that is to compile and use the C# Sample AtomicTest.cs