2026-03-09 20:03:56 -07:00
2025-04-29 17:11:37 -07:00
2023-04-15 20:57:01 -07:00
2023-12-21 21:55:59 -08:00
2023-07-16 17:04:37 -07:00
2026-03-09 20:03:56 -07:00
2024-04-18 20:22:02 -07:00
2024-06-08 12:09:08 -07:00
2024-07-24 17:09:11 -07:00
2026-02-26 17:49:09 -08:00
2024-07-24 17:09:11 -07:00
2026-03-09 20:03:44 -07:00
2024-07-27 14:59:06 -07:00
2024-07-27 14:59:06 -07:00
2024-07-27 14:59:06 -07:00
2024-07-24 17:09:11 -07:00
2023-04-15 20:57:01 -07:00
2026-03-07 00:31:31 -08:00
2023-06-17 19:55:18 -07:00
2024-07-23 21:00:46 -07:00
2024-07-23 21:00:46 -07:00
2026-02-26 17:50:18 -08:00
2026-03-08 17:19:04 -07:00
2026-03-08 17:19:04 -07:00
2023-04-15 20:57:01 -07:00
2026-03-03 21:34:56 -08:00

🔐 Seader

A Flipper Zero 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.

🐬 Bugs

File issues in GitHub.

🛠️ Hardware

Option 1: NARD flipper add-on

Buy it assembled at Red Team Tools, with or without SAM.

Or build it yourself from the files in the NARD repo.

Optionally 3d print a case designed by Antiklesys.

Option 2: SAMAdams

Buy it at Red Team Tools

Option 3: Flippermeister

Buy it at Red Team Tools.

Option 4: Smart Card 2 Click

Buy HID SAM:

Put SAM into adapter (because of chip on top) and plug into Smart Card 2 Click (Mikroe digikey with cheaper US shipping). Connect Smart Card 2 Click to Flipper Zero (See Connections below).

Optionally 3d print a case designed by sean

Connections

Smart Card 2 Click Flipper
5v 1
GND 8 / 11 / 18
TX 16
RX 15

🧩 Development

To Build App

  • Install ufbt
  • git submodule update --init --recursive to get dependencies
  • ufbt to build
  • ufbt launch to launch

To Build ASN1 (if you change seader.asn1)

  • Install git version of asnc1 (brew install asn1c --head on macos)
  • Run asn1c -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all seader.asn1 in in root to generate asn1c files

🗃️ References

💾 Memory usage commands

  • arm-none-eabi-nm ~/.ufbt/build/seader.fap -CS --size-sort
  • arm-none-eabi-readelf ~/.ufbt/build/seader.fap -t
  • ufbt cli -> free_blocks
Description
Languages
C 93.6%
Cython 5.8%
HTML 0.4%
Makefile 0.2%