MX bdbed43345 update apps and add new apps 2 vuotta sitten
..
.flipcorg 350720149c add new apps 2 vuotta sitten
.github 350720149c add new apps 2 vuotta sitten
icons 6cc7a38f65 Update apps 2 vuotta sitten
lib 350720149c add new apps 2 vuotta sitten
scenes 06a12df3dd update apps and add new apps 2 vuotta sitten
views 6cc7a38f65 Update apps 2 vuotta sitten
.clang-format 350720149c add new apps 2 vuotta sitten
.gitignore 350720149c add new apps 2 vuotta sitten
LICENSE 350720149c add new apps 2 vuotta sitten
Makefile 350720149c add new apps 2 vuotta sitten
Seader.png 350720149c add new apps 2 vuotta sitten
aeabi_uldivmod.sx 350720149c add new apps 2 vuotta sitten
application.fam 06a12df3dd update apps and add new apps 2 vuotta sitten
assembly.h 350720149c add new apps 2 vuotta sitten
bsearch.c 350720149c add new apps 2 vuotta sitten
ccid.c bdbed43345 update apps and add new apps 2 vuotta sitten
ccid.h bdbed43345 update apps and add new apps 2 vuotta sitten
changelog.md 350720149c add new apps 2 vuotta sitten
fake_screenshot.pxd 350720149c add new apps 2 vuotta sitten
readme.md 06a12df3dd update apps and add new apps 2 vuotta sitten
rfal_picopass.c 350720149c add new apps 2 vuotta sitten
rfal_picopass.h 350720149c add new apps 2 vuotta sitten
seader.asn1 350720149c add new apps 2 vuotta sitten
seader.c 6cc7a38f65 Update apps 2 vuotta sitten
seader.h 350720149c add new apps 2 vuotta sitten
seader_bridge.h 6cc7a38f65 Update apps 2 vuotta sitten
seader_credential.c cfd853939e new apps and updates 2 vuotta sitten
seader_credential.h cfd853939e new apps and updates 2 vuotta sitten
seader_custom_event.h 6cc7a38f65 Update apps 2 vuotta sitten
seader_i.h 6cc7a38f65 Update apps 2 vuotta sitten
seader_worker.c bdbed43345 update apps and add new apps 2 vuotta sitten
seader_worker.h bdbed43345 update apps and add new apps 2 vuotta sitten
seader_worker_i.h 350720149c add new apps 2 vuotta sitten
uart.c cfd853939e new apps and updates 2 vuotta sitten
uart.h 350720149c add new apps 2 vuotta sitten

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.

Option 2: Smart Card 2 Click

Put SAM into adapter (because of chip on top) and plug into reader. Connect reader to Flipper Zero (See Connections below).

Development

To Build 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

To Build App

  • Install UFBT
  • ufbt to build
  • ufbt launch to launch

References