RfidResearchGroup / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was first developed by KAOS. This is NOT the official repo for KAOS's ChameleonMini. For further information see the Getting Started Page
http://chameleontiny.com/help/
Other
404 stars 76 forks source link

How to change ATS while SAK=28(JCOP41,IBM) in Chameleon Tiny? #23

Closed Hodit01 closed 3 years ago

Hodit01 commented 4 years ago

Problem: I cloned the M1 part of a card with chameleon tiny, but when I got the label information, I couldn't get the correct ATS. (one plus 5T Mifare classic tool to read) Original card info 7UKR7DUMMWECI$8H )O40~H chameleon tiny card info NEQ7{PVEKL)J40%5GGKO395

Help: 1.How can I get the right ATS? 2.Where can I get relevant information if I need to modify the code and recompile it? 3.Can the author add this function like SAKMODE? (After all, it's necessary to get the same label information)

Thank you very much if anyone could give me a hand!

iceman1001 commented 3 years ago
  1. No support for custom ATS exists. Feel free to contribute
  2. read the offical repo, this repo's source code and documents.
  3. Custom SAK/ATQA was recent added.

closing.