View Single Post
  #2  
Old 12-12-2001, 09:43
crispy crispy is offline
Registered User
 
Join Date: Oct 2000
Location: Quavers test laboratory
Posts: 455
Thanks: 0
Thanked 0 Times in 0 Posts
crispy
All commercial protection mechanisms use encryption to protect the important parts of a apps code.

You'll need to "unwrap" the app, rebuild it so that it will run "as is", then disassemble it to remove cd checks.

This ain't easy. There are public release unwrappers (safedisc1=many progs, safedisc2= R!SC's unsafedisc app, securom=many generic unwrappers, securom2=nothing publicly released).
You'll find them if you do a google search.
Once unwrapped, you'll have to rebuild the import table using e.g. revirgin/imprec.

As you can see it isn't easy, and if I've lost you already, then I'd recommend you search for tutorials and do lots of reading.

Oh, and you'll need progs like SoftICE, Icedump, Icepatch, Iceload, FROGSice, Procdump32 etc etc etc............
Reply With Quote