Debugging tool included with Windows Debugging Tools
Creates a memory dump of the lsass process
adplus.exe -hang -pn lsass.exe -o c:\users\mr.d0x\output\folder -quiet
Dump process memory using adplus config file (see Resources section for a sample file).
adplus.exe -c config-adplus.xml
Execute arbitrary commands using adplus config file (see Resources section for a sample file).
adplus.exe -c config-adplus.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:\temp\" -sc calc.exe