按照CANoe模板制作seed&&key.dll

在canoe进行诊断测试的时候,在0x27服务中需要制作一个dll文件。可在canoe的诊断中进行加载,也可用于diva的自动化测试。
本文按照canoe提供的KeyGenDll_GenerateKeyEx模板制作。工程下载

KEYGENALGO_API VKeyGenResultEx GenerateKeyEx(
      const unsigned char*  iSeedArray,     /* Array for the seed [in] */
      unsigned int          iSeedArraySize, /* Length of the array for the seed [in] */
      const unsigned<

你可能感兴趣的:(车载网络诊断测试那些事儿,UDS诊断,27服务,seed,key,安全访问,解锁)