Apple Network Server MacOS based ROMs found

joevt

Tinkerer
Mar 5, 2023
328
130
43
I'm going through the code in the extension and I see the string but not where it is checked. What offset in the code fragment did you see that at?
I used Jasik's MacNosy to disassemble the "mace" container from the Apple Enet 2.4.5 extension.
I made a script to dump the string tables from the .asm file.
The property name PLSCCPort is at offset $7C1 in the string list global glob72 in AppleEnet.asm (the .list file disagrees on global numbers - a bug in MacNosy probably).
This string is accessed in proc12.

In the DumpPEF output, the access is at offset 0158C in the first container of the file (the first container "mace" is at offset 0 in the file).
The access is at offset 0150C of the code section in that container (find it in the .dumppef output and the .list output).
 

Attachments

  • Apple Enet.zip
    2.5 MB · Views: 3
  • Like
Reactions: ClassicHasClass