mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge pull request #2201 from kitsunehunter/master
Update documentation
This commit is contained in:
commit
347f436a98
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ The Proxmark3 is the swiss-army tool of RFID, allowing for interactions with the
|
|||
|[Developing standalone mode](/armsrc/Standalone/readme.md)|[Wiki about standalone mode](https://github.com/RfidResearchGroup/proxmark3/wiki/Standalone-mode)|[Notes on Magic UID cards](/doc/magic_cards_notes.md)|
|
||||
|[Notes on Color usage](/doc/colors_notes.md)|[Makefile vs CMake](/doc/md/Development/Makefile-vs-CMake.md)|[Notes on Cloner guns](/doc/cloner_notes.md)|
|
||||
|[Notes on cliparser usage](/doc/cliparser.md)|[Notes on clocks](/doc/clocks.md)|[Notes on MIFARE DESFire](/doc/desfire.md)|
|
||||
|[Notes on CIPURSE](/doc/cipurse.md)|[Notes on NDEF type4a](/doc/ndef_type4a.md)||
|
||||
|[Notes on CIPURSE](/doc/cipurse.md)|[Notes on NDEF type4a](/doc/ndef_type4a.md)|[Notes on HID downgrades / RM](https://gist.github.com/kitsunehunter/c75294bdbd0533eca298d122c39fb1bd)|
|
||||
|
||||
# How to build?
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ The Proxmark3 client uses a wide range of files. Here is a brief recap to get yo
|
|||
|---|---|
|
||||
| .exe | windows executable |
|
||||
| .bin | binary file, can be firmware or memory dump of a tag or keys dump of a tag|
|
||||
| .eml | text file, with memory dump of a tag |
|
||||
| .eml | text file, with memory dump of a tag (deprecated) |
|
||||
| .mfd | binary file, MIFARE file dump, name comes from NFC-Tools. Usually created with Mifare Classic Tool app (MCT) or NFC-Tools, contains memory dump of tag. Very similar to .bin file |
|
||||
| .json | JSON file, usually settings file or it can also be a memory dump of a tag |
|
||||
| .dic | dictionary file. textual, with keys/passwords one line / key |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue