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