MAC uses CodeSign to view digital signatures of signed files

The command is as follows:

codesign -dvvv JvmLauncher

codesign --display --verbose=4 JvmLauncher

Guess you like

Origin blog.csdn.net/quantum7/article/details/123687060