You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ codesign --verify libtest.dylib
$ codesign --verify libtest-patched.dylib
libtest-patched.dylib: invalid signature (code or signature have been modified)
In architecture: arm64
Using the native install_name_tool does preserve a correct signature:
In Linux using osxcross with the custom clang build:
In macOS:
Using the native install_name_tool does preserve a correct signature:
The text was updated successfully, but these errors were encountered: