-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add skylanders (/activision) mifare classic to identification procedure #1497
Conversation
for reference, this comes at the request of a discord user :P they said they were gonna make an issue later so i had time to kill |
Hello @equipter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @equipter
Skylander figures came to office. After tests I notices that ATQA order check in PR is incorrect. I prepared fix here:
change_atqa_order.txt
You can run git apply change_atqa_order.txt
Hi! @gornekich, i've tested with your change as i noticed the same thing but you was more fast as me. Unfortunately there is one more change to do about the syntax used on mifare_common.c I've made the change, compiled the FW, tested and it launch the brute force attack now!!!!!! Here is the updated |
The change was about change this :
To this
|
So cool! Thanks so much i was going to look at it xD I ve commented into the PR, the change you mentionned need one more change in my side otherwise he keep didnt detecting it :) |
Sorry didnt notice that it is the PR and not my issue xD |
No changes. I add it myself #1553 |
adds Skylanders SAK and ATQA to identification proc
used ATQA1 as necessary (previously marked as unused for Mifare classic)
added ATQA0 == 0x0F ATQA1 == 0x01 SAK == 0x01 for identification proc
Verification
scan a Skylanders or infinity figurine using NFC
Checklist (For Reviewer)