dumpdecrypted icon indicating copy to clipboard operation
dumpdecrypted copied to clipboard

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

Open mehadhe opened this issue 5 years ago • 1 comments

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.

mehadhe avatar Dec 13 '20 14:12 mehadhe

sign it first: ldid -S dumpdecrypted.dylib

Earendil-of-Gondor avatar Apr 27 '21 09:04 Earendil-of-Gondor