You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| CMD_ISO7816_APPEND_RECORD | 0xe2 ||:wavy_dash::question:| Especially needs testing for corner case checks. |
285
302
303
+
### Proxmark3 (PM3) compatibility and support
304
+
305
+
The next PM3 commands are known to work with the Chameleon DESFire tag emulation (using both the RDV4 and Easy device types).
306
+
The sample outputs obtained running the ``pm3`` command line utility below may vary by usage and proximity to the PM3 hardware.
307
+
308
+
#### Getting a summary of tag information
309
+
310
+
```bash
311
+
TODO
312
+
```
313
+
314
+
#### ISODES authentication with the PICC and PICC master key
315
+
316
+
```bash
317
+
TODO
318
+
```
319
+
320
+
### Compatibility with external USB readers and LibNFC
321
+
322
+
The DESFire configurations are known to work with the anticollision and RATS handshaking utility ``nfc-anticol`` from LibNFC.
323
+
The Mifare DESFire commands installed by LibFreeFare have not been tested nor confirmed to work with the Chameleon Mini.
324
+
The developers are actively working to ensure compatibility of the Chameleon DESFire emulation with external USB readers used
325
+
running ``pcscd`` and ``pcsc_spy``. This support is not yet functional with tests using ACR-122 and HID Omnikey 5022CL readers.
326
+
The DESFire support for the Chameleon Mini is tested with the LibNFC-based source code
327
+
[developed in this directory]() with
328
+
[sample dumps and output here]().
329
+
286
330
### Links to public datasheets and online specs
287
331
288
332
The following links are the original online resource links are
@@ -342,12 +386,17 @@ repositories and code bases:
342
386
343
387
## New development sources of DESFire support for the Chameleon Mini
344
388
345
-
David Oswald has added a [DESFire emulation project](https://github.com/orgs/emsec/projects?type=classic) to organize tasks in progress for DESFire emulation support on the Chameleon Mini. The [original development sources](https://github.com/maxieds/ChameleonMiniDESFireStack/releases) are now archived and not kept up to date. Development sources for pull request projects in progress by **@maxieds** are [located here](https://github.com/maxieds/ChameleonMini). For example, a newer branch can be built by running
389
+
David Oswald has added a [DESFire emulation project](https://github.com/orgs/emsec/projects?type=classic) to organize tasks in
390
+
progress for DESFire emulation support on the Chameleon Mini. The
391
+
[original development sources](https://github.com/maxieds/ChameleonMiniDESFireStack/releases) are now archived and
392
+
not kept up to date with the latest firmware pull requests and development sources. There are development sources for pull request projects in
393
+
progress written by **@maxieds** are [located here](https://github.com/maxieds/ChameleonMini).
394
+
For example, a newer branch can be built by running
0 commit comments