sigtool icon indicating copy to clipboard operation
sigtool copied to clipboard

Results 7 sigtool issues
Sort by recently updated
recently updated
newest added

For the `codesign` binary to be a closer drop-in replacement for `/usr/bin/codesign`, this is needed.

Move libraries to the end of the link line to avoid errors like: ``` g++ -lssl -lcrypto -o sigtool main.o hash.o macho.o signature.o commands.o /usr/bin/ld: hash.o: in function `SigTool::SHA256Hash::SHA256Hash(unsigned char...

This issue came up with the `conda-forge` package of `wxpython` on Apple Silicon (https://github.com/conda-forge/wxpython-feedstock/issues/74). The copies of the libraries after signing would cause runtime issues. One way to reproduce the...

Fails to sign arm64 executable created with osxcross (https://github.com/ddnet/ddnet/pull/4455): ``` $ file DDNet DDNet: Mach-O 64-bit arm64 executable, flags: $ sigtool --file DDNet inject terminate called after throwing an instance...