문제

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

도움이 되었습니까?

해결책

One can start XCode as root and then configure the debugger to wait for a new instance of the tokend executable. Once the pcscd signals the presence of a smartcard and the securityd therefore launches a new instance of the tokend the debuger will attach to this new instance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top