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

ldid signing on Xcode 11.4.1 for debugger doesn't work #4

Open
michaeleisel opened this issue Jul 18, 2020 · 0 comments
Open

ldid signing on Xcode 11.4.1 for debugger doesn't work #4

michaeleisel opened this issue Jul 18, 2020 · 0 comments

Comments

@michaeleisel
Copy link

When I sign with ldid -S<entitlements> <binary>, on Xcode 11.4.1 for an iOS 13.4.1 simulator, using the latest (and only?) release, and where the binary was signed with codesign beforehand, it doesn't work. I get a crash as such:

#0	0x00000001104c5622 in ImageLoaderMachOCompressed::rebase(ImageLoader::LinkContext const&, unsigned long) ()
#1	0x00000001104bd7ba in ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) ()
#2	0x00000001104bc39d in ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, bool, ImageLoader::RPathChain const&, char const*) ()
#3	0x00000001104b3df3 in dyld::link(ImageLoader*, bool, bool, ImageLoader::RPathChain const&, unsigned int) ()
#4	0x00000001104b4f48 in dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) ()
#5	0x00000001104b01cd in start_sim ()
#6	0x0000000113cb479a in dyld::useSimulatorDyld(int, macho_header const*, char const*, int, char const**, char const**, char const**, unsigned long*, unsigned long*) ()
#7	0x0000000113cb2432 in dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) ()
#8	0x0000000113cad227 in dyldbootstrap::start(dyld3::MachOLoaded const*, int, char const**, dyld3::MachOLoaded const*, unsigned long*) ()
#9	0x0000000113cad025 in _dyld_start ()

Any ideas?

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

1 participant