diff --git a/software/src/staticnested.c b/software/src/staticnested.c index d1ba0bd..5fffc25 100644 --- a/software/src/staticnested.c +++ b/software/src/staticnested.c @@ -23,11 +23,11 @@ int main(int argc, char *const argv[]) { // Which generation of ST tags is detected. if (!check_st_level_at_sirst_run) { if (nt1 == 0x01200145) { - // 发现一代无漏洞,此标签全卡可用默认160的参数进行解密! + // 鍙戠幇涓浠f棤婕忔礊锛屾鏍囩鍏ㄥ崱鍙敤榛樿160鐨勫弬鏁拌繘琛岃В瀵嗭紒 dist = 160; // st gen1 } else if (nt1 == 0x009080A2) { // st gen2 - // 发现无漏洞二代,我们如果确认目前需要攻击的时B密钥,那么就需要更换攻击参数 + // 鍙戠幇鏃犳紡娲炰簩浠o紝鎴戜滑濡傛灉纭鐩墠闇瑕佹敾鍑荤殑鏃禕瀵嗛挜锛岄偅涔堝氨闇瑕佹洿鎹㈡敾鍑诲弬鏁 if (type == 0x61) { dist = 161; }