AEDebug Keys
Theory
The executable in the Debugger property is run when a process crashes. Gained access depends on whose context the debugged process runs in; if the Auto property of the same registry key is set to 1, the debugger starts without user interaction.
A value of C:\Windows\system32\vsjitdebugger.exe
might be seen if you have Visual Studio Community installed.
Practice
By editing AEDebug, the original debugger exe will not start
You can run a malicious code instead of the debugger by editing Auto
and Debugger
values under following keys:
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug
HKCU\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug
Resources
Last updated