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.

chendral
  • 694
  • 1
  • 6
  • 17

1 Answers1

1

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.

Community
  • 1
  • 1
chendral
  • 694
  • 1
  • 6
  • 17