View Single Post
  #4  
Old 30-10-2006, 12:07
haggar haggar is offline
Junior Member
 
Join Date: Oct 2006
Location: n/a
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
haggar is on a distinguished road
1. SecuROM generates zillion "intiger division by 0" exceptions. That is why it is slow within debugger. Olly catches every that exception, then based on your settings, it chose will it stop or continue debug event. Btw, pop-out CD from drive, run protected exe, it will ask for CD. At that time all exceptions are passed. Attch with Olly, throw in CD, put bp on GetDriveTypeA or MessageBox and continue debugging.

2. Apears that it is a timer check (maybe). timeGetTime API? It needs little tracing and examning for which I didn't want to spend much time so I was restarting.


Version of <5 SecuROM is easy to find in file. Search AddD string.
I don't know why attaching doesn't work.

Can you help me with images?