Google Answers Logo
View Question
 
Q: Bypassing obsolete copy protection on Mac OS 9.2 ( No Answer,   2 Comments )
Question  
Subject: Bypassing obsolete copy protection on Mac OS 9.2
Category: Computers
Asked by: bluefire-ga
List Price: $20.00
Posted: 02 Aug 2005 21:30 PDT
Expires: 01 Sep 2005 21:30 PDT
Question ID: 551088
How can I bypass copy protection on my own copy of Opcode Galaxy 2.5.3
Plus Editors?  I am a registered owner, but the company has gone out
of business, and there's no contact for renewing authorizations.  I
have the program CD and also the key floppy disk.  When I try to use
it, a window comes up saying "This computer is unable to perform key
disk authorizations.  Contact customer service."  I will pay you only
for a method that actually works on my Mac G4 running OS 9.2.
Answer  
There is no answer at this time.

Comments  
Subject: Re: Bypassing obsolete copy protection on Mac OS 9.2
From: alex_or-ga on 03 Aug 2005 16:36 PDT
 
In a life long ago on a planet far away it just so happens that I
reversed this protection scheme. I actually built a program that would
generate the required authorization, and work on any of the products
from that company. I don't have those files easily accessible so I
will describe what you are up against.

If you make yourself familiar with macsbug, 68xxx opcodes, and find a
tool such as resourcerer for disassembly you will be on your way to
fixing this, along with some information on how it works.

The basic scheme ->

the authorization process writes a file that contains it's position in
the HFS file system encoded in the file.

On program startup, the program looks for this file, performs some
manipulation on the key and then decides to run or not.

The file was marked invisible on the old HFS.

So if you managed to find the file and copy it it would be of no use,
as it would be copied to a new position on the HD and therefore not
match the key used in authorization.

In regards to the applications' check of the file -
the file is opened, read, and then some code is executed.

That code is very interesting as it includes a few traps for the
novice which I will now describe.

1) The code is built in blocks that modify code in the next block to be run.
If you were to single step the code in the debugger you would not run
it correctly as the correct version is still in the cache - they
disable a cache flushing mechanism - so it is important to identify
the protection code, and then "manually" single step through it.
When I did this I actually built an emulator for the 68K instruction
set, but it is not required.

2) the code protection is built in such a way as to sample the system
clock occasionally. Be carefull with this, as what they intend to do
here is to compare the system clock with the previous and discover
that it is the same value. If it is diffferent, then they jump to a
routine to reboot the system - and therefore you lose your work.

3) Some later versions also attempted to patch out the debugger
vectors in the atrap table, and occasionally check that they remain
patched out.

4) there's about 4-5 such checks and then in the very end they do some
XOR tricks with the value stored in the disk file, and compare it to a
known. Which if it matches, they let you run.

5) they also checksum the protection part of the code, in an attempt
to prevent you from modifying it.

they use a similiar scheme in their authorization mechanism but
instead check for this file on a floppy, and then allow you some
number of installs.



good luck and I hope you are good in macsbug!


That's probably the best I can do for you as I don't have my old files
from back then.

I also suspect that you will have some problems after you get it
running in terms of talking to the midi manager so it may not be
worthwhile to do this, and a cheaper approach would be to buy an old
mac :-)
Subject: Re: Bypassing obsolete copy protection on Mac OS 9.2
From: bluefire-ga on 04 Aug 2005 23:45 PDT
 
Many thanks, Alex, for the detailed comment!  It's really rather
fascinating.  I'm still hoping that somebody out there (out of
hundreds of registered owners) might have found a practical solution. 
The company did publish the companion sequencer (Vision) with the lock
gone after they folded, but apparently they never got around to doing
it for Galaxy.  It would be incredible for me to be the only person
with this problem.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy