![]() |
|
#1
|
|||
|
|||
|
DVRStudioPro terminate Olly maybe a new asprotec version
When i try to attach Olly DVRStudioPro RC04 terminates with exit code E1 (225).
I use HideDebugger v1.2.2, OllyDbg v1.10 and XP (SP1). I have all Options in HideDebugger enabled. In Olly all exceptions are enabled. www.haenlein-software.de |
|
#2
|
|||
|
|||
|
have you tried using Re-Pair or have you considered the possibility
that it may be using the %S%S trick on OutPutDebugString() vulnerability there is a thread here about it named armadillo crashes ollydbg |
|
#3
|
||||
|
||||
|
you don't need to attach. if your olly is hidden well, you can load it and start it then
|
|
#4
|
|||
|
|||
|
thanks ,I cant run :-( on olly ,but driverstudio 2.6 with iceext run perfect
|
|
#5
|
||||
|
||||
|
Check if it uses NtQueryInformationProcess or ZwYieldExecution APIs. Olly and other ring3 debuggers can be easily detected by using any of them.
Good luck. |
|
#6
|
|||
|
|||
|
Quote:
Last edited by mc707; 02-21-2005 at 07:21. |
|
#7
|
|||
|
|||
|
What packer or protector used in DVRStudioPro?
What PEiD says? |
|
#8
|
||||
|
||||
|
mc707: well, both NtQueryInformationProcess and ZwYieldExecution APIs are just kind of toys for "casual" market (like protectors developers). The hardcore ones are still behind the official knowledge
![]() I am talking about anti-debug methods theoretically not possible to skip. The only metod to skip them is to write own software emulator (like VMWare) with wide CPU emulation ability. Debugger detections like XProtector and Starforce have are still toys (althought XP and SF debugger detection doesn't play so important role - even if you deal with it there is significant decompilation work to perform). Ehh... these are topics for another threads.. Good luck. |
|
#9
|
|||
|
|||
|
DVRStudioPro RC04 PEID 0.93 -->Asprotect 2.0 but the Version RC03 can i Debug with olly without problem
|
|
#10
|
|||
|
|||
|
the only thing 'special' i saw with this particular app is that it uses int41 to detect debuggers.
works like this: mov eax,04F int 41 cmp ax,0F386 je debugger_detected and it kills olly in the int41. so that may be your problem. this is very easy to overcome, obviously, you can just nop these commands and have it flow the way you want. |
|
#11
|
|||
|
|||
|
hi
thanks but I have found in two case int41 and nop this,the next debugger check is int 68 its very old on this Soft ,can you nop and it's run until RC03 now RC04 not
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inline patch or loader for Asprotec 1,24-1.3???? | the_beginner | General Discussion | 22 | 12-31-2004 02:19 |
| is this possible to vonvert VS .NET DVD Version to CD Version? | NoneForce | General Discussion | 1 | 03-13-2004 11:51 |