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

dyld: warning: could not load inserted library 'dumpdecrypted.dylib' into hardened process because no suitable image found. #28

Open
mehadhe opened this issue Dec 13, 2020 · 1 comment

Comments

@mehadhe
Copy link

mehadhe commented Dec 13, 2020

I do modify the Makefile based on my iPhone SDK. Compiling with make was perfect. But, while executing the dumpdecrypted.dylib I get the following error.

dyld: warning: could not load inserted library 'dumpdecrypted.dylib' into hardened process because no suitable image found.
Did find:
dumpdecrypted.dylib: code signature in (dumpdecrypted.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.

@Earendil-of-Gondor
Copy link

sign it first: ldid -S dumpdecrypted.dylib

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