Tidak Ada Deskripsi

Eric Betts 47959bece6 Remove menu items from card read screen since back button does the same thing 11 bulan lalu
.catalog 7f31d2653f Rename screenshots 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 1 tahun 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 47959bece6 Remove menu items from card read screen since back button does the same thing 10 bulan lalu
views 86c31c2354 Picopass: add subheader to loclass UI (#197) 2 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 0016283fc7 bump version, update changelog 11 bulan lalu
bsearch.c 9cac16bfd4 parse SIO if present 1 tahun lalu
loclass_writer.c 6c5074796e Picopass: update with latest API (#165) 2 tahun lalu
loclass_writer.h c610548d02 Add picopass emulation 2 tahun lalu
picopass.c 607b34ae44 Forgot to stage a line 10 bulan lalu
picopass.h 0685939fc1 Move apps from flipperzero firmware into separate repository 2 tahun lalu
picopass_device.c 92fda0cf36 Capture longer SIO 1 tahun 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 5cbf013e79 Switch to `plugin_manager_load_single` 10 bulan 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 1 tahun 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 1 tahun 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