CinderSocket 7f5267efed Merge pull request #39 from cindersocket/fix-errors
Stabilize HF/SAM reads and reduce memory pressure (for running alongside qFlipper)
2026-06-17 20:14:08 -07:00
2026-03-27 11:59:22 -07:00
2026-06-17 20:07:39 -07:00
2026-06-17 17:08:44 -07:00
2026-06-17 20:07:39 -07:00
2026-06-17 20:07:39 -07:00
2026-03-24 18:50:50 -07:00
2026-06-17 20:07:39 -07:00
2026-06-17 19:48:50 -07:00
2026-06-17 20:07:39 -07:00
2026-06-17 20:07:39 -07:00
2026-03-25 01:59:59 -07:00
2026-06-17 20:07:39 -07:00
2026-06-17 20:07:39 -07:00
2026-06-17 16:30:59 -07:00
2026-06-17 16:20:31 -07:00
2026-06-17 20:07:39 -07: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
S
Description
Languages
C 93.9%
Cython 5.5%
HTML 0.4%
Makefile 0.2%