-
Notifications
You must be signed in to change notification settings - Fork 76
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
MF1K dump emulation keep auth error on new firmware #71
Comments
Ok so basically what's happened is without editing the Makefile and removing support some of the tags, the compiled application is too large for the available memory on the Chameleon Tiny. This is after adding support for NTAG215 (commit 1235ee1 onwards I think).
This would then cause the programmer to overwrite some other stuff and break support for Mifare classic I guess. #Supported configurations
SETTINGS += -DCONFIG_MF_DETECTION_SUPPORT
SETTINGS += -DCONFIG_MF_DETECTION_4K_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_MINI_4B_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_1K_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_1K_7B_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_4K_SUPPORT
SETTINGS += -DCONFIG_MF_CLASSIC_4K_7B_SUPPORT
SETTINGS += -DCONFIG_MF_ULTRALIGHT_SUPPORT
SETTINGS += -DCONFIG_ISO14443A_SNIFF_SUPPORT
SETTINGS += -DCONFIG_ISO14443A_READER_SUPPORT
SETTINGS += -DCONFIG_NTAG215_SUPPORT
SETTINGS += -DCONFIG_VICINITY_SUPPORT
SETTINGS += -DCONFIG_SL2S2002_SUPPORT
SETTINGS += -DCONFIG_TITAGITSTANDARD_SUPPORT
# SETTINGS += -DCONFIG_ISO15693_SNIFF_SUPPORT
SETTINGS += -DCONFIG_EM4233_SUPPORT And yes everything else I was looking at was a wild goose chase... |
Thank you very much, we both forgot to check the memory size haha
Thank you very much, we both forgot to check the memory size :) |
Keep Auth Error while emulating Mifare1K on new version firmware.
Device: ChameleonTiny Professional
Reader: Proxmark 3 RDV4 v4.13441 (Also tested on other card reader)
build 152dc71 (old):
build 90f04ac (new) :
The text was updated successfully, but these errors were encountered: