苹果系统签名过程

zyjsupers-MacBook-Air:~ root# security find-identity -v -p codesigning

  1) 422A7D919F17754F79F7EDB0724ABA46B8057C11 "org.radare.radare2"

     1 valid identities found

zyjsupers-MacBook-Air:~ root# codesign --force --verify --verbose --sign "org.radare.radare2" /Applications/IDA\ Pro\ 7.0/dbgsrv

dbgsrv/

zyjsupers-MacBook-Air:~ root# codesign --force --verify --verbose --sign "org.radare.radare2" /Applications/IDA\ Pro\ 7.0/dbgsrv/

android_server            android_x86_server        ida_kdstub.dll            mac_server64              wince_remote_arm.dll

android_server64          armlinux_server           linux_server              symsrv.dll                wince_remote_tcp_arm.exe

android_server_nonpie     armuclinux_server         linux_server64            win32_remote.exe          

android_x64_server        dbghelp.dll               mac_server                win64_remote64.exe        

zyjsupers-MacBook-Air:~ root# codesign --force --verify --verbose --sign "org.radare.radare2" /Applications/IDA\ Pro\ 7.0/dbgsrv/mac_server

/Applications/IDA Pro 7.0/dbgsrv/mac_server: replacing existing signature

/Applications/IDA Pro 7.0/dbgsrv/mac_server: signed Mach-O thin (i386) [com.hexrays.mac_server]

zyjsupers-MacBook-Air:~ root# codesign --force --verify --verbose --sign "org.radare.radare2" /Applications/IDA\ Pro\ 7.0/dbgsrv/mac_server64 

/Applications/IDA Pro 7.0/dbgsrv/mac_server64: replacing existing signature

/Applications/IDA Pro 7.0/dbgsrv/mac_server64: signed Mach-O thin (x86_64) [com.hexrays.mac_serverx64]

posted @ 2019-07-06 19:38  heycomputer  阅读(474)  评论(0编辑  收藏  举报