-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Mifare info #2488
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
Mifare info #2488
Conversation
You are welcome to add an entry to the CHANGELOG.md as well |
The name change of the array is not needed. When doing pull requests please focus on the problem not adding your own code style. We have a code style you can change old code to follow, see https://github.com/RfidResearchGroup/proxmark3/blob/master/CONTRIBUTING.md |
I'm trying to clean up the code and outputs make it more intuitive(don't leave a title without content). In |
I am striving to adhere to the code style guidelines as closely as possible. Many pieces of code do not initially conform to these standards. I often find it challenging to decide whether to maintain the existing code or update it to meet the required style standards… |
Modifying to following the code style is good. Its a long task to rework the whole code base. Thank you for your efforts. Fixing is good, making clear simple code is good, making changes for the sake of changes is bad. |
Got it, I am reverting the rename. |
f9e59a4
to
f0f69d6
Compare
There seem to be a binary filed added in the PR now And a final question, why the rename of "static nonce" -> "nonce" only? In which does this PR has anything to do with the static nonce identification? |
f0f69d6
to
b834fbf
Compare
Sorry, I accidentally added the bin file. My mistake. |
The idea with the "static nonce" message is to give a uniform answer about static nonce. if failing to read it , its still part of the static nonce analyse part. Its not a separate message. Same thing goes with the suggested printing ASCII values of the block0 change. We don't need all information all the time. As I see your PR its a modification of the anti-collision on the arm side with some minor adaptations on client side. |
Not all command-line users are aware of the implementation details. The title states The Block 0 fingerprints typically include ASCII characters such as The refactoring of |
No description provided.