blacktop / go-macho

Package macho implements access to and creation of Mach-O object files.
MIT License
198 stars 29 forks source link

macho open error: invalid magic number in record at byte 0x0 #64

Open CNKCQ opened 4 weeks ago

CNKCQ commented 4 weeks ago

What happened?

macho open error: invalid magic number in record at byte 0x0

How can we reproduce this?

AppAuth AppAuth.framework/AppAuth

go-macho version

v1.1.232

Search

Code of Conduct

Additional context

No response

blacktop commented 3 weeks ago

this appears to not be a MachO file (that's what that error means)