https://github.com/bettse/picopass
https://github.com/bettse/picopass
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bettse/picopass
- Owner: bettse
- Created: 2025-09-07T17:46:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T20:14:24.000Z (9 months ago)
- Last Synced: 2025-10-11T02:46:32.794Z (8 months ago)
- Language: C
- Size: 1.49 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- flipper-zero-awesome - PicoPass
README
# Picopass
See readme: [https://lab.flipper.net/apps/picopass/](https://lab.flipper.net/apps/picopass/)
## Build
```bash
git clone https://github.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](https://github.com/vlm/asn1c) (`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