-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Description
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) { |
Reactions are currently unavailable