Нема описа

Eric Betts 51646547f3 Correct save as rfid пре 2 година
.flipcorg 24a1691e7a Add screenshots пре 2 година
.github 6307e0df90 add workflow пре 2 година
docs a08952a2e6 initial import пре 2 година
icons 6982b4533b Add view showing gpio traffic пре 2 година
lib dbe6339695 Add type пре 2 година
media a08952a2e6 initial import пре 2 година
scenes fdea5cb5cb Update naming include пре 2 година
views 6982b4533b Add view showing gpio traffic пре 2 година
web 33999af473 Add link to nard case пре 2 година
.clang-format a08952a2e6 initial import пре 2 година
.gitignore 83d70158d2 changes to support ufbt пре 2 година
LICENSE 120afebff3 Create LICENSE пре 2 година
Makefile a08952a2e6 initial import пре 2 година
Seader.png a08952a2e6 initial import пре 2 година
aeabi_uldivmod.sx e2cbe6cf9f Rename file extension .S to .sx to fix compile bug on Windows пре 2 година
application.fam fd5de13dbe update version пре 2 година
assembly.h 012b7cf052 ufbt format пре 2 година
bsearch.c a08952a2e6 initial import пре 2 година
ccid.c ae2cf23493 Improve ccid logging пре 2 година
ccid.h a08456d490 default xfer block to sam slot пре 2 година
changelog.md c8ac6eeb81 Changelog header пре 2 година
fake_screenshot.pxd a08952a2e6 initial import пре 2 година
readme.md 33999af473 Add link to nard case пре 2 година
rfal_picopass.c a08952a2e6 initial import пре 2 година
rfal_picopass.h a08952a2e6 initial import пре 2 година
seader.asn1 dbe6339695 Add type пре 2 година
seader.c 6982b4533b Add view showing gpio traffic пре 2 година
seader.h 012b7cf052 ufbt format пре 2 година
seader_bridge.h 6982b4533b Add view showing gpio traffic пре 2 година
seader_credential.c 51646547f3 Correct save as rfid пре 2 година
seader_credential.h 18cae05fbd save as MFC пре 2 година
seader_custom_event.h 6982b4533b Add view showing gpio traffic пре 2 година
seader_i.h 6982b4533b Add view showing gpio traffic пре 2 година
seader_worker.c 339c673535 Remove delay that allows race condition пре 2 година
seader_worker.h 430774216a Rename seader_worker_process_message to seader_worker_process_sam_message пре 2 година
seader_worker_i.h a8b472282f Show version on UI пре 2 година
uart.c 754269107f cleanup by prefixing methods with project name пре 2 година
uart.h b00ab1c854 rename sub.h to seader_bridge.h пре 2 година

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