VOGONS


First post, by coolhaken

User metadata
Rank Newbie
Rank
Newbie

Hi all,

I dumped an old BASICA game from a floppy with heavily mold.
After several times of try, there were still 4 bytes corrupt (2EE7~2EEA).
I dumped 5 times and compared every copy, then upload the best one.
Also, this BASICA program is in protected format.
Anyone can help me to recover this program or give me some suggestion ?
Thanks a lot !

Reply 1 of 3, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

Since it's only four bytes, my first inclination would be to find some means of somehow iterating through all combinations until the correct values are found.

But searching for <basica protected> suggests there are other means of unprotecting a BASICA program.
http://www.chebucto.ns.ca/~af380/GW-BASIC-tokens.html#pgwbp

Something called UNPBAS11 also comes up.

Reply 2 of 3, by ZanQuance

User metadata
Rank Member
Rank
Member

Let me fix that for you:

Here you go
[edit]Changed it to ascii mode instead of unprotected program binary mode

Reply 3 of 3, by coolhaken

User metadata
Rank Newbie
Rank
Newbie

Thank you ! Jorpho and ZanQuance.
Now I can decode this program by myself.
I'll try to look into it later.