Andrea 41191df7fd Remove Implemented Protocols section from README (redundant)
Removed the Implemented Protocols section from the README.
2026-03-12 15:33:00 +01:00
2026-03-08 18:48:37 +01:00
2026-03-11 19:30:14 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 21:17:58 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-12 15:00:34 +01:00
2026-03-08 19:20:24 +01:00
2026-03-08 18:48:37 +01:00
2026-03-12 13:46:22 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-10 00:10:15 -03:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 17:32:42 +01:00
2026-03-08 18:48:37 +01:00
2026-03-08 18:48:37 +01:00

Flipper-ARF: Automotive Research Firmware

Overview

Flipper-ARF is an independently developed firmware fork for Flipper Zero, based on Unleashed Firmware but heavily modified. Unlike standard firmware builds, it removes typical general-purpose functions and focuses exclusively on automotive research and experimentation.

The goal of this firmware is to provide a high-compatibility, protocol-focused build for personal use, academic study, and responsible security research. It focuses on automotive remote protocols, rolling code behavior, and keyfob ecosystem compatibility.

This project may incorporate, adapt, or build upon other open-source projects in accordance with their licenses, with proper attribution.


Table of Contents


Showcase

Home Sub-GHz Scanner
Home Screen Sub-GHz Scanner
Keeloq Key Manager Mod Hopping
Keeloq Key Manager Mod Hopping Config
PSA Decrypt Counter BruteForce
PSA XTEA Decrypt Counter BruteForce

Supported Systems

Automotive Protocols

Manufacturer Protocol Frequency Modulation Encoder Decoder
VAG (VW/Audi/Skoda/Seat) VAG GROUP 433 MHz AM Yes Yes
Porsche Cayenne 433/868 MHz AM Yes Yes
PSA (Peugeot/Citroën/DS) PSA GROUP 433 MHz AM/FM Yes Yes
Ford Ford V0 315/433 MHz AM Yes Yes
Fiat Fiat SpA 433 MHz AM Yes Yes
Fiat Fiat Marelli 433 MHz AM No Yes
Subaru Subaru 433 MHz AM Yes Yes
Mazda Siemens (5WK49365D) 315/433 MHz FM Yes Yes
Kia/Hyundai Kia V0 433 MHz FM Yes Yes
Kia/Hyundai Kia V1 315/433 MHz AM Yes Yes
Kia/Hyundai Kia V2 315/433 MHz FM Yes Yes
Kia/Hyundai Kia V3/V4 315/433 MHz AM/FM Yes Yes
Kia/Hyundai Kia V5 433 MHz FM Yes Yes
Kia/Hyundai Kia V6 433 MHz FM Yes Yes
Suzuki Suzuki 433 MHz FM Yes Yes
Mitsubishi Mitsubishi V0 868 MHz FM Yes Yes

Gate / Access Protocols

Protocol Frequency Modulation Encoder Decoder
Keeloq 433/868/315 MHz AM Yes Yes
Nice FLO 433 MHz AM Yes Yes
Nice FloR-S 433 MHz AM Yes Yes
CAME 433/315 MHz AM Yes Yes
CAME TWEE 433 MHz AM Yes Yes
CAME Atomo 433 MHz AM Yes Yes
Faac SLH 433/868 MHz AM Yes Yes
Somfy Telis 433 MHz AM Yes Yes
Somfy Keytis 433 MHz AM Yes Yes
Alutech AT-4N 433 MHz AM Yes Yes
KingGates Stylo4k 433 MHz AM Yes Yes
Beninca ARC 433 MHz AM Yes Yes
Hormann HSM 433/868 MHz AM Yes Yes
Marantec 433 MHz AM Yes Yes
Marantec24 433 MHz AM Yes Yes

General Static Protocols

Protocol Frequency Modulation Encoder Decoder
Princeton 433/315 MHz AM Yes Yes
Linear 315 MHz AM Yes Yes
LinearDelta3 315 MHz AM Yes Yes
GateTX 433 MHz AM Yes Yes
Security+ 1.0 315 MHz AM Yes Yes
Security+ 2.0 315 MHz AM Yes Yes
Chamberlain Code 315 MHz AM Yes Yes
MegaCode 315 MHz AM Yes Yes
Mastercode 433 MHz AM Yes Yes
Dickert MAHS 433 MHz AM Yes Yes
SMC5326 433 MHz AM Yes Yes
Phoenix V2 433 MHz AM Yes Yes
Doitrand 433 MHz AM Yes Yes
Hay21 433 MHz AM Yes Yes
Revers RB2 433 MHz AM Yes Yes
Roger 433 MHz AM Yes Yes
BinRAW 433/315/868 MHz AM/FM Yes Yes
RAW All All Yes Yes

How to Build

Compact release build:

./fbt COMPACT=1 DEBUG=0 updater_package

Project Scope

Flipper-ARF aims to achieve:

  • Maximum compatibility with automotive Sub-GHz rolling and static protocols
  • Accurate OEM-style remote emulation
  • Stable encoder/decoder implementations
  • Modular protocol expansion

Primary focus: VAG, PSA, Fiat, Ford, Asian platforms, and aftermarket alarm systems.

⚠ This is a protocol-focused research firmware, not a general-purpose firmware.


To Do / Planned Features

  • Add Scher Khan & Starline protocols
  • Marelli BSI encodere and encryption
  • Fix and reintegrate RollJam app (future updates)
  • Expand and refine Subaru, Kia, PSA, and other manufacturer protocols
  • Improve collaboration workflow to avoid overlapping work

Design Philosophy

Flipper-ARF is built around:

  • Clean and accurate protocol implementation
  • Controlled rolling counter handling
  • Automotive-specific encoder accuracy
  • Minimal UI changes
  • Stability over feature bloat

All modifications remain compatible with the Flipper Zero open-source API structure where possible.


Research Direction

Future development focuses on:

  • Rolling code synchronization behavior
  • Manufacturer-specific signal modulation quirks
  • Frame validation differences between OEM and aftermarket systems
  • Encoder stability and replay consistency

Contribution Policy

Contributions are welcome if they:

  • Improve protocol stability
  • Add automotive protocol support
  • Improve parsing/encoding reliability
  • Maintain structural and modular cleanliness

Non-automotive features are considered out-of-scope for now.

This code is a mess!

Talk is cheap, submit patches

Citations & References

The following academic publications have been invaluable to the development and understanding of the protocols implemented in this firmware.

Automotive RKE Security

  • Lock It and Still Lose It — On the (In)Security of Automotive Remote Keyless Entry Systems Flavio D. Garcia, David Oswald, Timo Kasper, Pierre Pavlidès USENIX Security 2016 https://www.usenix.org/system/files/conference/usenixsecurity16/sec16_paper_garcia.pdf

  • Clonable Key Fobs: Analyzing and Breaking RKE Protocols Roberto Gesteira-Miñarro, Gregorio López, Rafael Palacios International Journal of Information Security, Springer, May 2025, 24(3) DOI: 10.1007/s10207-025-01063-7

  • The Role of Cryptographic Techniques in Remote Keyless Entry (RKE) Systems Jananga Chiran — Sri Lanka Institute of Information Technology November 2023 DOI: 10.5281/zenodo.14677864

  • SoK: Stealing Cars Since Remote Keyless Entry Introduction and How to Defend From It Tommaso Bianchi, Alessandro Brighente, Mauro Conti, Edoardo Pavan — University of Padova / Delft University of Technology arXiv, 2025 https://arxiv.org/pdf/2505.02713

  • Security of Automotive Systems Lennert Wouters, Benedikt Gierlichs, Bart Preneel Wiley, February 2025 DOI: 10.1002/9781394351930.ch11

KeeLoq Cryptanalysis

Immobiliser & Transponder Systems

  • Dismantling DST80-based Immobiliser Systems Lennert Wouters, Jan Van den Herrewegen, Flavio D. Garcia, David Oswald, Benedikt Gierlichs, Bart Preneel IACR Transactions on Cryptographic Hardware and Embedded Systems (TCHES), 2020, Vol. 2 DOI: 10.13154/tches.v2020.i2.99-127

RFID & Protocol Analysis Tooling

  • A Toolbox for RFID Protocol Analysis Flavio D. Garcia IEEE International Conference on RFID, 2012 DOI: 10.1109/rfid.2012.19

Relay & Replay Attacks


Disclaimer

This project is provided solely for educational, research, and interoperability purposes.

Flipper-ARF is an independently developed firmware platform for studying and experimenting with automotive and embedded systems. It supports academic research, security experimentation, and exploration of vehicle technologies in a responsible and ethical manner.

This project may incorporate, adapt, or build upon code from other open-source projects, following their respective licenses. Proper credit is given where necessary, and all included code remains under its original license terms.

References to other publicly available firmware, technical materials, or research resources are included only for academic comparison, compatibility testing, and responsible security research. This project does not include proprietary, confidential, or closed-source code from third parties.

The maintainers and contributors of this project do not support, promote, or enable any illegal activity, including unauthorized access to devices, vehicles, systems, infrastructure, or other property.

By accessing, using, modifying, compiling, or distributing this software, you agree that:

  • You are fully responsible for your use of this code.
  • You will follow all relevant local, national, and international laws.
  • You will use this software only for lawful, ethical, and research purposes.
  • You will not use this software to harm others, breach security, or compromise property without explicit permission.

The authors, maintainers, and contributors bear no responsibility or liability for any misuse, damages, legal consequences, or violations that result from the use, modification, or distribution of this code.

THIS SOFTWARE IS PROVIDED "AS IS," WITHOUT ANY WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.

IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS, OR CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR ITS USE.

ALL RISKS FROM THE USE OR PERFORMANCE OF THIS SOFTWARE REMAIN WITH THE USER.

Description
2026-03-29 12:56:36 +00:00
Languages
C 85.4%
C++ 7.8%
Shell 2.2%
Python 1.6%
HTML 1.1%
Other 1.8%