|
|
@@ -1,27 +1,12 @@
|
|
|
# Seader
|
|
|
|
|
|
-
|
|
|
-A [Flipper Zero](https://flipperzero.one/) application (aka "fap") to interface with a SAM from the Flipper Zero over UART. Latest release on the [App Catalog](https://lab.flipper.net/apps/seader).
|
|
|
+A [Flipper Zero](https://flipperzero.one/) application (aka "fap")
|
|
|
+that read credential from HID: iClass, iClass SE, Desfire EV1/EV2, and Seos using a HID SAM and UART adapter. Latest release on the [App Catalog](https://lab.flipper.net/apps/seader).
|
|
|
|
|
|
## Bugs
|
|
|
|
|
|
File issues in [GitHub](https://github.com/bettse/seader/issues).
|
|
|
|
|
|
-
|
|
|
-## Formats
|
|
|
-
|
|
|
-Seader can save from the Source(top) formats to the Destination(left) formats.
|
|
|
-
|
|
|
-| | Seos | Desfire Ev2 | Desfire Ev1 | MFC SE | MFC (legacy) | iClass SE | iClass SR | iClass (legacy) |
|
|
|
-| ----------- | ---- | ----------- | ----------- | ------ | ------------ | --------- | --------- | --------------- |
|
|
|
-| Seader (no SIO) | x | x | x | x | x | x | x | x |
|
|
|
-| LFRFID | x | x | x | x | x | x | x | x |
|
|
|
-| iClass (legacy) | X | x | x | X | X | x | x | X |
|
|
|
-| MFC (legacy) | X | x | x | X | X | x | x | X |
|
|
|
-| Seader (with SIO) | | x | x | | | x | x | |
|
|
|
-| iClass SR (emulation only) | | x | x | | | x | x | |
|
|
|
-
|
|
|
-
|
|
|
## Hardware
|
|
|
|
|
|
### Option 1: NARD flipper add-on
|
|
|
@@ -61,7 +46,7 @@ Optionally 3d print a [case designed by sean](https://www.printables.com/model/5
|
|
|
|
|
|
### To Build App
|
|
|
|
|
|
- * Install [UFBT](https://github.com/flipperdevices/flipperzero-ufbt)
|
|
|
+ * Install [ufbt](https://github.com/flipperdevices/flipperzero-ufbt)
|
|
|
* `ufbt` to build
|
|
|
* `ufbt launch` to launch
|
|
|
|
|
|
@@ -84,4 +69,3 @@ Optionally 3d print a [case designed by sean](https://www.printables.com/model/5
|
|
|
- `arm-none-eabi-readelf ~/.ufbt/build/seader.fap -t`
|
|
|
- `ufbt cli` -> `free_blocks`
|
|
|
|
|
|
-
|