MX cd514f1ddb update seader il y a 2 ans
..
.flipcorg 350720149c add new apps il y a 2 ans
.github 350720149c add new apps il y a 2 ans
icons 6cc7a38f65 Update apps il y a 2 ans
lib 350720149c add new apps il y a 2 ans
scenes b4452cc9b9 New naming fixes part 1 il y a 2 ans
views 6cc7a38f65 Update apps il y a 2 ans
.clang-format 350720149c add new apps il y a 2 ans
.gitignore 350720149c add new apps il y a 2 ans
LICENSE 350720149c add new apps il y a 2 ans
Makefile 350720149c add new apps il y a 2 ans
Seader.png 350720149c add new apps il y a 2 ans
aeabi_uldivmod.sx 350720149c add new apps il y a 2 ans
application.fam 20ad64b878 update seader il y a 2 ans
assembly.h 350720149c add new apps il y a 2 ans
bsearch.c 350720149c add new apps il y a 2 ans
ccid.c bdbed43345 update apps and add new apps il y a 2 ans
ccid.h bdbed43345 update apps and add new apps il y a 2 ans
changelog.md 350720149c add new apps il y a 2 ans
fake_screenshot.pxd 350720149c add new apps il y a 2 ans
readme.md 20ad64b878 update seader il y a 2 ans
rfal_picopass.c 350720149c add new apps il y a 2 ans
rfal_picopass.h 350720149c add new apps il y a 2 ans
seader.asn1 350720149c add new apps il y a 2 ans
seader.c 6cc7a38f65 Update apps il y a 2 ans
seader.h 350720149c add new apps il y a 2 ans
seader_bridge.h 6cc7a38f65 Update apps il y a 2 ans
seader_credential.c cd514f1ddb update seader il y a 2 ans
seader_credential.h cfd853939e new apps and updates il y a 2 ans
seader_custom_event.h 6cc7a38f65 Update apps il y a 2 ans
seader_i.h 6cc7a38f65 Update apps il y a 2 ans
seader_worker.c 20ad64b878 update seader il y a 2 ans
seader_worker.h bdbed43345 update apps and add new apps il y a 2 ans
seader_worker_i.h 350720149c add new apps il y a 2 ans
uart.c cfd853939e new apps and updates il y a 2 ans
uart.h 350720149c add new apps il y a 2 ans

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

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