Description
Would be nice to have the possibility to write on OTP and locked pages when simulating mfu tags.
Interest
Many times you do not have the possibility to uploads dump with a PC, especially on field testing. So the possibility to modify those pages is really useful
Possible implementation
Add a MODE called maybe 'OTP&LOCK_WRT' that let you write on those page when button is pressed. Should be a condition added to:
|
if (PageAddress == PAGE_LOCK_BITS || PageAddress == PAGE_OTP) { |
Description
Would be nice to have the possibility to write on OTP and locked pages when simulating mfu tags.
Interest
Many times you do not have the possibility to uploads dump with a PC, especially on field testing. So the possibility to modify those pages is really useful
Possible implementation
Add a MODE called maybe 'OTP&LOCK_WRT' that let you write on those page when button is pressed. Should be a condition added to:
ChameleonMini-rebooted/Firmware/ChameleonMini/Application/MifareUltralight.c
Line 200 in d044bb4