Skip to content

Instantly share code, notes, and snippets.

@evilpete
evilpete / gen_url_nfc.py
Last active January 9, 2024 03:06
Script to Generate Flipper NFC "save" file encoded with URL
Relocated to https://github.com/evilpete/flipper_toolbox
"""
Generates NFC with URL address data and outputs Flipper NFC "save" file
this is a 5 min hack, No Guarantees
python3 gen_url_nfc.py https://youtu.be/dQw4w9WgXcQ "Rick Roll". > rickroll.nfc
requires ndeflib
"""
@evilpete
evilpete / create_sub.py
Last active July 26, 2022 15:57 — forked from jinschoi/create_sub.py
Python script to generate Flipper RAW .sub files from OOK bitstreams
Relocated to https://github.com/evilpete/flipper_toolbox