1

Is it possible (and if: how) to run a custom tokend that is started by securityd in a debugger?
Preferably within the Xcode IDE.

4

1 回答 1

1

可以以 root 身份启动 XCode,然后将调试器配置为等待令牌可执行文件的新实例。一旦 pcscd 发出智能卡存在的信号,因此 securityd 启动了一个新的令牌实例,调试器将附加到这个新实例。

于 2012-01-30T15:20:36.733 回答