Skip to content
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

[REQ] Allow writings on OTP and locked pages when simulating mfu tags #169

Open
BreakSecurity opened this issue Nov 12, 2019 · 3 comments
Open

Comments

@BreakSecurity
Copy link

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) {

@wc7086
Copy link

wc7086 commented Jul 28, 2021

@iceman1001
Why hasn't this mode been added yet? What caused this mode not to be added so far?

Mobile APP can also operate this firmware. I found a good APP, but it lacks active development, does not support the latest firmware data upload and download, and has few functions.
https://github.com/kgamecarter/ChameleonMiniApp

@iceman1001
Copy link
Owner

I think you have gotten things confused.
This is a open source project, where volunteers contribute.
This repo don't have any active contributors.

So if you want this to be implemented, feel free to contribute

@wc7086
Copy link

wc7086 commented Jul 28, 2021

I think you have gotten things confused.
This is a open source project, where volunteers contribute.
This repo don't have any active contributors.

So if you want this to be implemented, feel free to contribute

okay, I need some time to understand these items and related knowledge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants