A Native Application Subsystem Backdoor
What is a Native Application? Most Windows applications come in two “flavors”, GUI and console (command-line) applications. There are a few differences between the two, most notably the Windows Subsystem on top of which they are executed. The Subsystem can be seen by examining an executable’s PE header: There are actually quite a few Subsystem […]