From ccf4f3f97ccc21227b46eb3d7f287fc5620608ea Mon Sep 17 00:00:00 2001 From: Albert Gonzalez <2332870+theisolinearchip@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:37:50 +0200 Subject: [PATCH 1/3] Update 46 Hex <-> Decimal converter (#44) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b9c15cc..c82b2e23 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ - [`NRF24 & Mousejacking` PoC NRF24 library and mousejack exploitation app.](https://github.com/mothball187/flipperzero-nrf24) - [`UPC-A Barcode Generator` Can be used to create any UPC-A barcode.](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator) - [`Sentry Safe` Plugin that can open any Sentry Safe and Master Lock electronic safe without entering pin code.](https://github.com/H4ckd4ddy/flipperzero-sentry-safe-plugin) +- [`Dec/Hex Converter` Small "real time" decimal/hexadecimal converter.](https://github.com/theisolinearchip/flipperzero_stuff/tree/main/applications/dec_hex_converter) ## Firmwares & Tweaks From ef7c4ae770b51307e125d02ab494e02f5bb3994a Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Tue, 9 Aug 2022 22:56:34 +0200 Subject: [PATCH 2/3] Update 47 Add musicxml2fmf (#47) * Add musicxml2fmf * Add music collection Add another smaller music collection --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c82b2e23..003ceb30 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ - [`Flipper Maker` Generate Flipper Zero files on the fly.](https://flippermaker.github.io/) - [`FlipperAmiibo` Bank vault of Amiibos to Flipper's format.](https://github.com/Gioman101/FlipperAmiibo) - [`FlipperMusicRTTTL` Collection of musics for FlipperZero Music Player.](https://github.com/neverfa11ing/FlipperMusicRTTTL) +- [`flipper-music-files` Much smaller collection of musics for FlipperZero Music Player.](https://github.com/Tonsil/flipper-music-files) - [`Generic BadUSB Payloads` Hak5 Duckyscript payloads.](https://github.com/nocomp/Flipper_Zero_Badusb_hack5_payloads) - [`Flipper BadUSB Payloads` Collection of payloads formatted to work on the Flipper Zero.](https://github.com/I-Am-Jakoby/Flipper-Zero-BadUSB) - [`FlipperZero-Goodies` Intercom keys, scripts, etc.](https://github.com/wetox-team/flipperzero-goodies) @@ -112,6 +113,7 @@ - [`pyFlipper` Unofficial CLI wrapper writter in Python](https://github.com/wh00hw/pyFlipper) - [`SUB Plotters / comparers` Python package to plot and compare multiple .sub files.](https://github.com/ShotokanZH/flipper_sub_plotters_comparers) - [`ClassicConverted` Converts Mifare Classic binary files to Flipper.](https://github.com/equipter/ClassicConverter) +- [`musicxml2fmf` Converts MusicXML files to Flipper Music Format.](https://github.com/white-gecko/musicxml2fmf) ## Notes & References From 76d59af4238cfc8213e4c2cbd86b5c7d2e4d780b Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Tue, 9 Aug 2022 13:56:59 -0700 Subject: [PATCH 3/3] Update 48 Add Legic Prime (#48) --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6fd11793..657715bc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -228,7 +228,8 @@ | H10301 | ✅ | | ✅ | ✅ | | | Indala | ✅ | | ✅ | ✅ | | | T5577 | ✅ | ✅ | ✅ | ✅ | | -| Paxton Net2 | ❌ | ❌ | ❌ | ❌ | Hitag2: no support | +| Paxton Net2 | ❌ | ❌ | ❌ | ❌ | Hitag2: no support | +| Legic Prime | ❌ | ❌ | ❌ | ❌ | 13.56mhz, but proprietary| ### How do I identify which type of card/tag I have? > To determine the protocol (NFC, RFID, or iClass/PicoPass) you'll need to attempt reading in each corresponding app. If nothing works, check the tag/card for any markings or indications. As a last resort, take a picture of the card/fob and the reader and ask in the [Flipper Discord server](https://flipperzero.one/discord).