Tidak Ada Deskripsi

Eric Betts 5f2dc7845a order card menu better 9 bulan lalu
.catalog 57d3b2c1e3 Update changelog 11 bulan lalu
config_cards 9d49cdf5ad Config cards 1 tahun lalu
files 560eaa8aa9 sort elite dict, remove a dup 1 tahun lalu
helpers 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs 1 tahun lalu
icons 0685939fc1 Move apps from flipperzero firmware into separate repository 2 tahun lalu
lib 9cac16bfd4 parse SIO if present 9 bulan lalu
plugin @ dde6192486 e6d5856e15 bump plugin 1 tahun lalu
protocol 22e119f2fd Handle write key retry when a different card is presented 1 tahun lalu
scenes 5f2dc7845a order card menu better 9 bulan lalu
views 86c31c2354 Picopass: add subheader to loclass UI (#197) 1 tahun lalu
.gitignore 95ae7f2b99 picopass: Add support for non-secure cards (#106) 2 tahun lalu
.gitmodules 29405af1d9 Add plugin submodule back 1 tahun lalu
125_10px.png 0685939fc1 Move apps from flipperzero firmware into separate repository 2 tahun lalu
acknowledgements.h bbc0157341 more acknowledgement line breaks 1 tahun lalu
application.fam 5f2dc7845a order card menu better 9 bulan lalu
bsearch.c 9cac16bfd4 parse SIO if present 9 bulan lalu
loclass_writer.c 6c5074796e Picopass: update with latest API (#165) 1 tahun lalu
loclass_writer.h c610548d02 Add picopass emulation 2 tahun lalu
picopass.c 94f1bee7d6 Remove deprecated function 1 tahun lalu
picopass.h 0685939fc1 Move apps from flipperzero firmware into separate repository 2 tahun lalu
picopass_device.c 92fda0cf36 Capture longer SIO 11 bulan lalu
picopass_device.h 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs 1 tahun lalu
picopass_elite_keygen.c 99970363e6 Add VB6 RNG 1 tahun lalu
picopass_elite_keygen.h 99970363e6 Add VB6 RNG 1 tahun lalu
picopass_i.h 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs 1 tahun lalu
picopass_keys.c 0685939fc1 Move apps from flipperzero firmware into separate repository 2 tahun lalu
picopass_keys.h 77e776a8e7 Picopass: rename RFAL_PICOPASS_BLOCK_LEN (#63) 2 tahun lalu
readme.md 9cac16bfd4 parse SIO if present 9 bulan lalu
rfal_picopass.h 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs 1 tahun lalu
sio.asn1 9cac16bfd4 parse SIO if present 9 bulan lalu

readme.md

Picopass

See readme: https://lab.flipper.net/apps/picopass/

Build

git clone https://gitlab.com/bettse/picopass.git
cd picopass
git submodule init && git submodule update
ufbt

To Build ASN1 (if you change sio.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 sio.asn1 in in root to generate asn1c files