Piers Plowman
January 17th, 2005, 11:37
On my Win2k SP4 system I cannot use the Ollydbg as a system debugger as when it is set for this I only get errors on trying to open -aedebug.exe
I looked at the key at
HKLM\Software\Microsoft\WindowsNT\CurrentVersion\AeDebug\Debugger
and found the value to be
"C:\toolkit\OLLYDBG.EXE" -AEDEBUG %ld %ld
it does properly? parse the %ld %ld as the Process ID of the target process
Launching it from the commandline as ollydbg -aedebug <procid> also has the same error.
I tried removing the key and recreating it through the JIT options in Olly but the same key value is set.
Any ideas on what is wrong?
TIA
I looked at the key at
HKLM\Software\Microsoft\WindowsNT\CurrentVersion\AeDebug\Debugger
and found the value to be
"C:\toolkit\OLLYDBG.EXE" -AEDEBUG %ld %ld
it does properly? parse the %ld %ld as the Process ID of the target process
Launching it from the commandline as ollydbg -aedebug <procid> also has the same error.
I tried removing the key and recreating it through the JIT options in Olly but the same key value is set.
Any ideas on what is wrong?
TIA