Merge pull request #42 from redcanaryco/Protoss-Dev

Context For Shims
This commit is contained in:
Michael Haag
2017-12-06 14:41:33 -08:00
committed by GitHub
@@ -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