how do I run this program? I can't do it!

6 posts / 0 new
Last post
Offline
Last seen: 11 hours 36 min ago
Joined: Jan 11 2025 - 14:57
Posts: 19
how do I run this program? I can't do it!
AttachmentSize
Binary Data apple.RX.gz20.86 KB
Offline
Last seen: 9 hours 34 min ago
Joined: Apr 26 2016 - 08:36
Posts: 767
What is this?Looks very

What is this?

Looks very suspicious - a tar wrapped in a gzip archive with an MS office doc in it....

I'm not touching that with a 10 foot pole

Offline
Last seen: 11 hours 36 min ago
Joined: Jan 11 2025 - 14:57
Posts: 19
safely

There's an Apple ii antivirus in there. It's called Apple.The RX that refuses to work for me. Can you help me?

mmphosis's picture
Offline
Last seen: 1 day 2 hours ago
Joined: Aug 18 2005 - 16:26
Posts: 447
"running" this program!

curl -O https://www.applefritter.com/files/apple.RX.gz

gunzip -k apple.RX.gz

# thanks to baldrick for pointing out that apple.RX is actually a "tar" file:

cp apple.RX apple.rx.tar

mkdir -p apple.rx

cd apple.rx && tar x ../apple.rx.tar

ls

Defanged.Virus  Finder.Data  Rx.GS  Rx.GS.Doc

# thankfully Rx.GS.Doc is not an MS Office .doc file.

sed 's/\r/\n/g' Rx.GS.Doc | head -n 11

.mo10  NOTE: If not printing with ProSel-16 Text Editor, remove 1st 6 lines.

.bl//Page #                        Apple-Rx                @         %       //

.ol=

.pl59

!left margin,4!

 

              Documentation for Apple.Rx (GS version)

              ---------------------------------------

                Copyright 1988-91 by Glen E. Bredon

# I am guessing that the starting address for Defanged.Virus is $2000.

6502 -d 2000 Defanged.Virus ff58 <(mon 60) fe2c <(mon 60) | head

                              A=AA X=00 Y=00 S=00 P=22 PC=2000  0

2000- 4C 06 22  JMP $2206     A=AA X=00 Y=00 S=00 P=22 PC=2206  3

2206- 20 58 FF  JSR $FF58     A=AA X=00 Y=00 S=FE P=22 PC=FF58  9

FF58- 60        RTS           A=AA X=00 Y=00 S=00 P=22 PC=2209  15

2209- BA        TSX           A=AA X=00 Y=00 S=00 P=22 PC=220A  17

220A- BD 00 01  LDA $0100,X   A=22 X=00 Y=00 S=00 P=20 PC=220D  21

220D- 8D 01 03  STA $0301     A=22 X=00 Y=00 S=00 P=20 PC=2210  25

2210- CA        DEX           A=22 X=FF Y=00 S=00 P=A0 PC=2211  27

2211- BD 00 01  LDA $0100,X   A=08 X=FF Y=00 S=00 P=20 PC=2214  31

2214- 8D 00 03  STA $0300     A=08 X=FF Y=00 S=00 P=20 PC=2217  35 

Online
Last seen: 35 min 12 sec ago
Joined: Mar 2 2024 - 12:19
Posts: 17
.

It's a GS/OS app. You can import the Rx.GS binary into a ProDOS disk image and set the filetype to "S16".

Screenshot:

Disk image: Apple-Rx 3.4.po.zip

Offline
Last seen: 11 hours 36 min ago
Joined: Jan 11 2025 - 14:57
Posts: 19
☺☻☺☻

Thank you so much for your help! but 1 file is still missing...

Log in or register to post comments