Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No output while dumping Apple Maps #9

Closed
WordlessEcho opened this issue May 30, 2024 · 1 comment
Closed

No output while dumping Apple Maps #9

WordlessEcho opened this issue May 30, 2024 · 1 comment

Comments

@WordlessEcho
Copy link

I was trying to protodump Apple Maps. First at macOS 11.7.10:

$ file /System/Applications/Maps.app/Contents/MacOS/Maps
/System/Applications/Maps.app/Contents/MacOS/Maps: Mach-O universal binary with 2 architectures: [X86_64:Mach-O 64-bit executable X86_64] [arm64e]
/System/Applications/Maps.app/Contents/MacOS/Maps (for architecture X86_64): Mach-O 64-bit executable X86_64
/System/Applications/Maps.app/Contents/MacOS/Maps (for architecture arm64e): Mach-O 64-bit executable arm64e

$ protodump -file /System/Applications/Maps.app/Contents/MacOS/Maps -output ./out -v

I got nothing returned. So I try again on iOS 12.5.7 version:

$ file ~/Downloads/Maps
~/Downloads/Maps: Mach-O 64-bit bundle arm64

$ protodump -file ~/Downloads/Maps -output ~/Downloads/out -v

Still nothing returned. Anything I can do for next?

@arkadiyt
Copy link
Owner

arkadiyt commented Jun 8, 2024

The way that protodump works, it needs serialized file descriptors in the binary to parse out. If Apple Maps was written with a protoc compiler that doesn't support that (for instance, swift-protobuf?) then there can't be any proto outputs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants