美文网首页
Sector 0 of Mifare 1K

Sector 0 of Mifare 1K

作者: 80s老人 | 来源:发表于2017-03-07 01:58 被阅读86次

    开始

    Sent bits: 26 (7 bits) //尋卡 0x26 / 0x52 都可以
    Received bits: 04 00
    Sent bits: 93 20 //防衝撞
    Received bits:  01 23 45 67 00
    Sent bits:          93 70 01 23 45 67 00
    Received bits: 08 b6 dd (SAK)
     (不可以進行 Pass Authenticaiton)
    

    核心指令
    -------------------------------------------------------------
    Sent bits: 50 00 57 cd //休眠,50 00 就是 PcdHalt()
    Sent bits: 40 (7 bits) (特殊指令)//開後門第一條指令,要設定 BitFramingReg 使傳送 7 個位元,必須要 7 個
    Received bits: a (4 bits)
    Sent bits: 43(特殊指令)//開後門第二條指令
    Received bits: 0A
    Sent bits: a0 00 5f b1 //正常的寫區塊第一次交握
    Received bits: 0a
    Sent bits: 00 dc 44 20 b8 08 04 00 46 59 25 58 49 10 23 02 c0 10 //正常的寫 block 0 資料
    Received bits: 0a

    相关文章

      网友评论

          本文标题:Sector 0 of Mifare 1K

          本文链接:https://www.haomeiwen.com/subject/deypgttx.html