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
Create memory dump and parse it offline
Dump process memory using adplus config file (see Resources section for a sample file).
adplus.exe -c {PATH:.xml}
Run commands under a trusted Microsoft signed binary
Execute arbitrary commands using adplus config file (see Resources section for a sample file).
adplus.exe -c {PATH:.xml}
Run commands under a trusted Microsoft signed binary
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}
Run commands under a trusted Microsoft signed binary