help with the code!

8 posts / 0 new
Last post
Offline
Last seen: 6 days 12 hours ago
Joined: Jan 11 2025 - 14:57
Posts: 29
help with the code!
AttachmentSize
Plain text icon code.txt4 KB

Please, I need to decrypt this file into code! at least someone help me translate this code into basicand or assembler!!! I can't even run it because I can't! The last hope is for you!

Offline
Last seen: 9 hours 2 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2709
It looks like it is 6502

It looks like it is 6502 binary code, not a .txt.  You might have better luck if you change the extension to .o or .obj or something.

jwg1962's picture
Offline
Last seen: 5 days 20 hours ago
Joined: Jan 29 2012 - 07:17
Posts: 365
A Little context

Hi, 

I was wondering if you have a little context you can provide.  i.e.  What you think it is.  

 

Jay 

 

Offline
Last seen: 1 day 13 hours ago
Joined: Nov 19 2023 - 15:28
Posts: 246
look like an ELF format not

look like an ELF format not an 6502,...

sound strange

Offline
Last seen: 4 hours 22 min ago
Joined: Mar 2 2024 - 12:19
Posts: 19
DDD 4.2

The start of file contains a loader for Dalton's Disk Disintegrator Deluxe v4.2.

The first bytes of the file might be some kind of file header, but if you disassemble to address $07F1 then the code at $0800 lines up.

It clears the screen and prints:

(4.2)

LOADING DISK DISINTEGRATOR DELUXE...

Then is calls into ProDOS to open and read a file named D.D.DELUXE.V4.2 then jumps to $2000.

Offline
Last seen: 6 days 12 hours ago
Joined: Jan 11 2025 - 14:57
Posts: 29
WOW!

Wow, there are so many people here who are trying to help me! Thank you all, friends!!! I do not know what kind of code this is, as 2 people wrote, it really looks like 6502 binary code or ELF format! but I don't know how to run it myself... someone has this D. D. Deluxe v4.2? some information about the file: it should be some kind of antivirus from F. Hate, but it's unclear how it works! We need someone to figure out how to run it...

Offline
Last seen: 6 days 12 hours ago
Joined: Jan 11 2025 - 14:57
Posts: 29
Do you know what this is?

what a D. D. Deluxe v4.2 I have not heard of it before.. does anyone have a Disk with this program? if so, please try to run this code on it...

Offline
Last seen: 6 days 12 hours ago
Joined: Jan 11 2025 - 14:57
Posts: 29
des1 wrote:The start of file
des1 wrote:

The start of file contains a loader for Dalton's Disk Disintegrator Deluxe v4.2.

The first bytes of the file might be some kind of file header, but if you disassemble to address $07F1 then the code at $0800 lines up.

It clears the screen and prints:

(4.2)

 

 

LOADING DISK DISINTEGRATOR DELUXE...

Then is calls into

but still, how can it be launched?.. what is needed for this?

 

 

Log in or register to post comments