Aucune description

Aaron Tulino (Aaronjamt) 5cbf013e79 Switch to `plugin_manager_load_single` il y a 8 mois
.catalog 7f31d2653f Rename screenshots il y a 8 mois
config_cards 9d49cdf5ad Config cards il y a 1 an
files 560eaa8aa9 sort elite dict, remove a dup il y a 1 an
helpers 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs il y a 1 an
icons 0685939fc1 Move apps from flipperzero firmware into separate repository il y a 2 ans
lib 9cac16bfd4 parse SIO if present il y a 9 mois
plugin @ dde6192486 e6d5856e15 bump plugin il y a 1 an
protocol 22e119f2fd Handle write key retry when a different card is presented il y a 1 an
scenes 0da4ece18c Convert `auto_nr_mac` from bool to enum il y a 8 mois
views 86c31c2354 Picopass: add subheader to loclass UI (#197) il y a 1 an
.gitignore 95ae7f2b99 picopass: Add support for non-secure cards (#106) il y a 2 ans
.gitmodules 29405af1d9 Add plugin submodule back il y a 1 an
125_10px.png 0685939fc1 Move apps from flipperzero firmware into separate repository il y a 2 ans
acknowledgements.h bbc0157341 more acknowledgement line breaks il y a 1 an
application.fam 0016283fc7 bump version, update changelog il y a 9 mois
bsearch.c 9cac16bfd4 parse SIO if present il y a 9 mois
loclass_writer.c 6c5074796e Picopass: update with latest API (#165) il y a 1 an
loclass_writer.h c610548d02 Add picopass emulation il y a 2 ans
picopass.c 5cbf013e79 Switch to `plugin_manager_load_single` il y a 8 mois
picopass.h 0685939fc1 Move apps from flipperzero firmware into separate repository il y a 2 ans
picopass_device.c 92fda0cf36 Capture longer SIO il y a 1 an
picopass_device.h 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs il y a 1 an
picopass_elite_keygen.c 99970363e6 Add VB6 RNG il y a 1 an
picopass_elite_keygen.h 99970363e6 Add VB6 RNG il y a 1 an
picopass_i.h 5cbf013e79 Switch to `plugin_manager_load_single` il y a 8 mois
picopass_keys.c 0685939fc1 Move apps from flipperzero firmware into separate repository il y a 2 ans
picopass_keys.h 77e776a8e7 Picopass: rename RFAL_PICOPASS_BLOCK_LEN (#63) il y a 2 ans
readme.md 9cac16bfd4 parse SIO if present il y a 9 mois
rfal_picopass.h 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs il y a 1 an
sio.asn1 9cac16bfd4 parse SIO if present il y a 9 mois

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