← All Binaries

codesign

The codesign command is used to create, check, and display code signatures, as well as inquire into the dynamic status of signed code in the system.

Author: Thijs Xhaflaire Created: 2024-07-29

Paths

/usr/bin/codesign

Example Use Cases

Ad-hoc codesigning an app bundle

This command forcefully re-signs the MyApp.app application with an ad-hoc signature, applying the signature deeply to all nested code within the app

codesign --force --deep -s - MyApp.app

Detections

Resources