fuzziqersoftware / resource_dasm

Classic Mac OS resource fork and application disassembler, with reverse-engineering tools for specific applications
MIT License
114 stars 13 forks source link

Bad CPU type in executable #71

Closed zcoffin86 closed 1 year ago

zcoffin86 commented 1 year ago

I'm on OS 10.15.7 Intel Mac Mini (late 2012) and when I run I get this: -bash: ./resource_dasm: Bad CPU type in executable What systems is this utility expected to work on?

zcoffin86 commented 1 year ago

Oh I guess the release is just for ARM64.

fuzziqersoftware commented 1 year ago

Yeah - the release on the GitHub repo is for arm64. The project should build on amd64 Macs too, but there isn't a prebuilt package available.