【发布时间】:2021-06-04 04:08:45
【问题描述】:
我创建 gdb.cert 并运行它:
killall taskgated
codesign -fs gdb.cert /usr/local/bin/gdb
但它不起作用,给出错误:
Starting program: <path>
Unable to find Mach task port for process-id 46414: (os/kern) failure (0x5).
(please check gdb is codesigned - see taskgated(8))
我该怎么办?
【问题讨论】: