cle icon indicating copy to clipboard operation
cle copied to clipboard

Loading a bundle file fails

Open danielpyon opened this issue 2 years ago • 3 comments

Description

When I load a Mach-O 64-bit arm64 bundle, I get the error (seems like MH_BUNDLE is not supported):

cle.errors.CLECompatibilityError: Unsupported Mach-O file type: 8. Please open an issue if you need support for this.

Are there plans to support this feature?

Alternatives

No response

Additional context

No response

danielpyon avatar Nov 20 '23 08:11 danielpyon

@fmagin i believe this one is for you :)

rhelmot avatar Nov 20 '23 18:11 rhelmot

I don't know how bundle files work exactly, if it's just a regular executable with some extra files it might be easily doable? I'd need an example binary to look into

fmagin avatar Nov 20 '23 21:11 fmagin

@fmagin @rhelmot Thanks for taking the time to respond. Here's an example binary, if it helps: https://homes.cs.washington.edu/~pyondan/test.bundle

danielpyon avatar Nov 20 '23 23:11 danielpyon