Files
atomic-red-team/Windows/Payloads/AppCompatShims/README.md
T

14 lines
599 B
Markdown
Raw Normal View History

2017-12-06 15:11:56 -07:00
## 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/)
2017-12-06 15:40:21 -07:00
[Additional References:](https://sdb.tools/resources.html)
2017-12-06 15:11:56 -07:00
All Files Contained in .Zip.
Otherwise you can roll your own.
2017-12-06 15:12:35 -07:00
##### This Shim Injects a DLL named AtomicTest.DLL from C:\Tools into an Application named AtomicTest.exe
2017-12-06 15:40:21 -07:00
##### 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