How to undo codesign?

后端 未结 3 1440
轮回少年
轮回少年 2021-01-11 11:46

In an attempt to codesign gdb, I used an incorrect certificate, so now gdb is codesigned but does not work as expected.

I attempted to codesign gdb using the correct

3条回答
  •  天命终不由人
    2021-01-11 12:33

    I had a problem with removing signature as suggested by Micheal:

    unsupported type or version of signature
    

    Finally I used -f flag and force loaded new certificate.

提交回复
热议问题