|
|
|
#1
|
|||
|
|||
|
@ Mujifighter read more tutorials maybe it helps.
@caki Thank you very, very much for the hint. @ everybody else keep on writing in this forum.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
@ muJi.fiGHt3r
start with an old safedisc v1/v2 game. since v2 the OEP is hardcoded wich means you can set a hwbp at it. insert your original cd, bypass antidebug, reach breakpoint, dump. if you use ollydbg ignore all exeptions. anti debug of sd v2: - the usual softice checks (no need to bypass when u use olly) - IsDebuggerPresent - CheckRemoteDebuggerPresent - ZwQueryInformationProcess ImpRec isn´t able to repair the IAT, you have to do this on your own or code a plugin. just step into the ff15 calls and you´ll see the api. safedisc 2 oep snipped: ---------------------- ... je mov eax, 00h jmp mov eax, dword... push eax call <Safedisc Anti-Debug, cd-check, Unpacking> add esp, 14h cmp eax, 00h // eax = 0 means no debugger and no unpacking probs je... // no nasty stuff found, jump over call eax (jmp -> jmp leads to OEP) mov eax, dword ptr Kernel32.ExitProcessA call eax ...
__________________
http://pid.gamecopyworld.com home of Protection ID the ultimate Protection Scanner. |
|
#3
|
||||
|
||||
|
Really nice thread, keep it up
__________________
The gateway is open and you're all coming with me..... |
|
#4
|
|||
|
|||
|
Well I'm willing to help around safedisc so long as people have questions
__________________
Sanity is for the weak. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copy protections detecting virtual CDs : is this legal ? | mim | CD/DVD Copy Protections & Utilities | 1 | 26-12-2004 17:10 |
| copy off a copy? | dusted | PC Games | 2 | 18-10-2002 17:38 |
| Anyone know what copy protection(s) Icewind Dale 2 has? | gjb1 | PC Games | 0 | 05-09-2002 11:42 |
| Copy of a copy of a copy (of a copy) | pariah | DC Games | 2 | 14-01-2001 18:44 |