Skip to content

Commit

Permalink
Add info for the app catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Jan 27, 2024
1 parent 22dd2ba commit 518081b
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mfc-editor/.catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0

- Initial release
19 changes: 19 additions & 0 deletions mfc-editor/.catalog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# MIFARE Classic Editor

An application for viewing and editing MIFARE Classic .nfc files without access to an external device. Supports all card types supported by the Flipper: 0.3K (Mini), 1K, and 4K - with both 4 and 7 byte UIDs.

## Features

- Separation of card data by sector then by block
- Editing the raw block contents of a card
- Separate editing for special parts of the card (such as the UID and keys)
- A block-by-block access condition decoder and editor
- A check for the validity of the stored BCC byte and an option to correct it if it does not match the expected value (applies to 4 byte UID cards only)

## Notes

- If a card has been modified during emulation, thereby giving it a corresponding .shd file, the application will give you an option of which to edit. While a .shd file exists, that is what will be read by the main NFC application.
- If the access condition check bits for a block are invalid, the application will display as such when viewing them, and correct them when they are edited.
- The values in brackets in the access bit viewer correspond to the expected value of each bit according to the check bits. They should be equal to the bit value that they follow.
- Keep in mind that if the check bits for a block are incorrect, it will disable the **entire sector** on a real card. This is not fully reflected by the decoded view, as it treats each block individually.
- If Key B is readable in the sector trailer (this is the case in the default configuration), then it cannot be used to authenticate anything in the sector no matter what the access bits of each block are. This is not reflected in the decoded view.
Binary file added mfc-editor/.catalog/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mfc-editor/.catalog/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mfc-editor/.catalog/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mfc-editor/.catalog/screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mfc-editor/.catalog/screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mfc-editor/.catalog/screenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mfc-editor/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ App(
fap_icon="assets/app_icon_10px.png",
fap_category="NFC",
fap_icon_assets="assets",
fap_author="TollyH",
fap_weburl="https://github.com/TollyH/flipper-apps/tree/main/mfc-editor",
)

0 comments on commit 518081b

Please sign in to comment.