I have an auto-run application that says:

So, I go on and debug it and see:
(df0.c2c): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
006a75ba cc int 3
Which still doesn't say much, so I am walking the stack to check if there is more information:
0:000:x86> dda esp
0018fdc4 006851cc "..u.j...]g"
0018fdc8 023dcd38 "..g"
0018fdcc 0018fdf4 "..."
0018fdd0 006a7701 "3.ZYYd.....X........_^[]."
0018fdd4 006a771c "Protection Error"
0018fdd8 023dcc80 "Debugger detected - please close it down and restart!."
Which tells me that a debugger has been detected, but which one...
Is there an easy way to discover this?
Things tried:
- Process Monitor trace doesn't reveal anything containing
Debugand reading through it I see nothing. - I do not have Divx or Nero installed.
Because this is buried so deep, I suspect this could also be other software that has this protection...
