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