Discussion:
Disassembler/Decompiler MacMETH code
(too old to reply)
Jan Burse
2011-10-14 16:41:35 UTC
Permalink
Dear All,

My file doesn't have a resource fork, just a
data fork with some 68k code. I guess this
was the way MacMETH generated code, right?

I remember a 68k disassembler floating around
at those times. But I even cannot find one on
the net. A decompiler would be even better.

Any pointers appreciated.

Best Regards
Chris Burrows
2011-10-15 01:07:06 UTC
Permalink
Post by Jan Burse
Dear All,
My file doesn't have a resource fork, just a
data fork with some 68k code. I guess this
was the way MacMETH generated code, right?
See Section 6.1 'The Linker' in the MacMeth User manual for the relevant
details. You can download a copy from:

http://www.sysecol.ethz.ch/RAMSES/MacMETH.html

The source code can be dow
Post by Jan Burse
I remember a 68k disassembler floating around
at those times. But I even cannot find one on
the net. A decompiler would be even better.
The 'Decoder' (i.e. disassembler) should be included with the MacMeth
distribution. See Section 6.2 in the MacMeth User manual for instructions.

What exactly are you trying to do?

Regards,
Chris Burrows
CFB Software
http://www.cfbsoftware.com/modula2
Jan Burse
2011-10-15 15:45:16 UTC
Permalink
Post by Chris Burrows
The 'Decoder' (i.e. disassembler) should be included with the MacMeth
distribution. See Section 6.2 in the MacMeth User manual for instructions.
What exactly are you trying to do?
Ok, I will check. I am trying to reverse
engineer a code of mine, since I have not
yet found the source... Sniff.

Bye

Loading...