Nincs leírás

MX c8103f5d64 move from broken to working apps 2 éve
.flipcorg c8103f5d64 move from broken to working apps 2 éve
.github c8103f5d64 move from broken to working apps 2 éve
icons c8103f5d64 move from broken to working apps 2 éve
lib c8103f5d64 move from broken to working apps 2 éve
protocol c8103f5d64 move from broken to working apps 2 éve
scenes c8103f5d64 move from broken to working apps 2 éve
.clang-format c8103f5d64 move from broken to working apps 2 éve
.gitignore c8103f5d64 move from broken to working apps 2 éve
LICENSE a7609351cd Initial commit 3 éve
Makefile c8103f5d64 move from broken to working apps 2 éve
Seader.png c8103f5d64 move from broken to working apps 2 éve
aeabi_uldivmod.sx c8103f5d64 move from broken to working apps 2 éve
application.fam c8103f5d64 move from broken to working apps 2 éve
assembly.h c8103f5d64 move from broken to working apps 2 éve
bsearch.c c8103f5d64 move from broken to working apps 2 éve
ccid.c c8103f5d64 move from broken to working apps 2 éve
ccid.h c8103f5d64 move from broken to working apps 2 éve
changelog.md c8103f5d64 move from broken to working apps 2 éve
fake_screenshot.pxd c8103f5d64 move from broken to working apps 2 éve
readme.md c8103f5d64 move from broken to working apps 2 éve
sam_api.c c8103f5d64 move from broken to working apps 2 éve
sam_api.h c8103f5d64 move from broken to working apps 2 éve
seader.asn1 c8103f5d64 move from broken to working apps 2 éve
seader.c c8103f5d64 move from broken to working apps 2 éve
seader.h c8103f5d64 move from broken to working apps 2 éve
seader_bridge.h c8103f5d64 move from broken to working apps 2 éve
seader_credential.c c8103f5d64 move from broken to working apps 2 éve
seader_credential.h c8103f5d64 move from broken to working apps 2 éve
seader_i.h c8103f5d64 move from broken to working apps 2 éve
seader_worker.c c8103f5d64 move from broken to working apps 2 éve
seader_worker.h c8103f5d64 move from broken to working apps 2 éve
seader_worker_i.h c8103f5d64 move from broken to working apps 2 éve
uart.c c8103f5d64 move from broken to working apps 2 éve
uart.h c8103f5d64 move from broken to working apps 2 éve

readme.md

Seader

Flipper Zero application (aka "fap"). Versioning TBD.

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: Smart Card 2 Click

Put SAM (USA EU CA) into adapter (because of chip on top) and plug into reader. Connect reader 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
  • 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 -pdu=all seader.asn in in root to generate asn1c files

References