Bug #323
FEP主程序运行前增加验证狗
Start date:
11/12/2019
Due date:
% Done:
0%
Estimated time:
Defect version:
Description
临时先增加mac验证
History
Updated by yufeng wu about 5 years ago
- Assignee set to yufeng wu
libbtl\src增加了SoftKey.cpp(不支持USB硬狗,仅支持软狗libbtl.dll)win,linux统一
librdb\src修改了rt_sys.cxx
int CRdbWapper::Start()
///*WYF host mac check 20191112*///
SoftKey softkey;
if(softkey.IsAuthorized()!=0){
kprintf(LOG_PLAT,LOG_MD_SYS,LOG_ERROR,"加密狗验证失败,程序退出!");
return REALDB_FALSE_BASE;}
///*WYF host mac check*///
Updated by yufeng wu about 5 years ago
- Status changed from New to Resolved
unix\Makefile
增加SoftKey部分编译