Open-source activation code generator and toolkit for Porsche PCM 3.1 infotainment systems.
🔓 Algorithm fully cracked — 64-bit RSA modular exponentiation, reverse-engineered from QNX firmware via Ghidra SH4 decompilation. Generate activation codes for any VIN, for free.
🌐 Web tool: dspl1236.github.io/PCM-Forge — activation codes, USB stick builder, and modular diagnostic toolkit.
📋 What can I activate? → See FEATURES.md for the full list of 26 features with descriptions, retail costs, and hardware requirements.
All Porsche models with PCM 3.1 (Harman Becker, SH4A QNX 6.3):
| Model | Years | Notes |
|---|---|---|
| Cayenne (958) | 2011–2018 | Primary development target |
| Panamera (970) | 2011–2016 | Compatible |
| 911 (991.1) | 2012–2016 | Compatible |
| Boxster/Cayman (981) | 2013–2016 | Compatible |
| Macan (95B) | 2014–2018 | Compatible (pre-refresh) |
Not compatible with: PCM 3.0 (Cayenne 957, 997, 987 — older hardware, different activation algorithm), PCM 4 / MIB2 (991.2+, 718, Panamera 971, refreshed Macan — ARM platform, different architecture).
PCM 3.1 has three hardware revisions. The update disc auto-detects your hardware and installs the correct version — it will not flash the wrong firmware.
| Hardware | Code | Max Firmware | Era | IOC |
|---|---|---|---|---|
| Gen 1 "9600" | PCMG01XX | v2.47 | 2010–2012 | 9600 |
| Series 1 "9612" | PCMS01XX | v3.43 | 2012–2013 | 9612 |
| Series 2 "9633" | PCMS02XX | v4.76 | 2013–2018 | 9612 |
Check your version: press INFO → Option → Show System Version.
Firmware update ISO (v4.76 / v3.43 / v2.47 — all in one): hausofdub.com/iso/PCM_NA_20150721.ISO — burn to DVD-R (Verbatim recommended, 4x speed). North America region, also confirmed working on ROW units.
PCM-Forge activation compatibility: Tested and verified on PCMS02XX (v4.76). The RSA-64 algorithm is firmware-independent, but v2.47 and v3.43 are untested — if you're on older firmware and have issues, run the diagnostic USB and open an issue.
The web app at dspl1236.github.io/PCM-Forge has three tabs:
Enter your VIN → generates all 26 activation codes instantly. No server, no account, runs entirely in your browser.
Builds a ready-to-use USB stick with activation codes and optional diagnostic probe. The USB stick uses the same copie_scr.sh autorun mechanism as Audi MMI3G — proc_scriptlauncher runs the script automatically when the USB stick is inserted.
Includes an enhanced diagnostic mode that dumps 29+ system tests to the USB stick without modifying the car.
Modular USB toolkit for PCM 3.1 diagnostics and utilities. Select modules, build a USB stick:
| Module | Status | Description |
|---|---|---|
| System Info | ✅ Ready | Full PCM dump: version, VIN, mounts, processes, network, partitions, IPC, engineering screens |
| Telnet Enabler | 🧪 Alpha | Start io-pkt + telnetd on en5 (172.16.42.1) via USB ethernet. Non-persistent |
| LTE Setup | 🧪 Alpha | Configure DHCP on USB ethernet for LTE router connectivity |
| Password Dump | 📐 Planned | Dump stored WiFi, Bluetooth, and connectivity credentials |
| Persistence Dump | 📐 Planned | Export CVALUE files, screensaver config, HBpersistence contents |
| CAN / IOC Probe | 📐 Planned | Scan IPC devices, DSP, MOST bus, CAN interfaces, V850 IOC state |
The PCM 3.1's built-in Cinterion AC75i modem (2G GPRS/EDGE) is dead after the 2G/3G network shutdown (US 2022, EU ongoing). Internet can be restored via USB ethernet:
USB port → AX88772 adapter → LTE router → internet
Driver: devn-asix.so (already in PCM firmware)
Interface: en5 (same as Audi MMI3G+)
Compatible chipsets: ASIX AX88772, AX88772A, AX88772B. The AX88772D is not auto-detected but works with a device ID override: io-pkt-v4-hc -d asix did=0x772D,vid=0x0B95 (QNX documentation).
See research/PCM31_CONNECTIVITY.md for the full LTE restoration guide including hardware list, network architecture, and what online services may still work.
Important: Always use the web app to build your USB stick. Do NOT download
copie_scr.shdirectly from GitHub — the PCM requires a special XOR-encoded version that only the web app generates. Raw files from the repo will not trigger the autorun.
- Open dspl1236.github.io/PCM-Forge
- Go to the USB Stick tab
- Enter your 17-digit VIN
- Leave Diagnostic mode checked (default)
- Click Save to folder → select your FAT32 USB drive
- Insert USB after the PCM has fully booted (wait for the home screen — do NOT insert before starting the car), wait 60–90 seconds
- Remove USB — check for
pcm_debug.logandpcm_dump/folder on the drive
- Review your diagnostic results to see what's currently active
- Go back to the USB Stick tab
- Uncheck Diagnostic mode
- Click Select all to keep all existing features (or pick individual ones)
- Click Save to folder → select your FAT32 USB drive
- Insert USB after PCM has booted, wait 60–90 seconds, remove, hard reboot (hold INFO + CAR until screen goes black)
PagSWAct.002) replaces all existing activations. Only the features you select will be active — anything not selected gets deactivated. Always use Select all and then add new features on top.
Press SOURCE + SOUND simultaneously — if the ENGINEERING feature is activated, the hidden engineering menu will appear. This confirms your activation codes are working.
Use the Codes tab — enter your VIN, get all 26 activation codes instantly. No USB stick needed — enter codes manually via PIWIS or the engineering menu.
If you installed a used PCM from another car, activation codes won't work because the PCM validates against its internally stored VIN (the donor car's VIN). Fix this with PCM-Forge alone — no dealer needed:
- Run Diagnostic Mode via USB to pull the donor VIN from the PCM
- Enter the donor VIN in PCM-Forge and activate ENGINEERING (GEM)
- In the Engineering menu, update the VIN to your car's VIN (under SW Activations)
- Re-run PCM-Forge with your real VIN to activate all features
The PCM 3.1 uses a 64-bit RSA scheme to validate activation codes:
VIN → 8-position extraction → weighted sum → mod 2^16
Feature SWID + SubID → 4-byte record key
Record key → RSA encrypt with private key → 8-byte activation code
PCM verifies: RSA decrypt with public key → matches record key
The RSA keys (N, E, D) were extracted from CPPorscheEncrypter::verify in the QNX firmware binary via Ghidra SH4 decompilation. The 64-bit key size makes factorization trivial — the private exponent was recovered in seconds.
The PCM 3.1 uses the same autorun mechanism as Audi MMI3G: proc_scriptlauncher monitors the USB port for copie_scr.sh, which is XOR-encoded with a known PRNG seed. The web app handles encoding automatically.
PCM 3.1 shares the Harman Becker HN+ platform with Audi MMI3G+ and VW RNS-850:
| Component | Details |
|---|---|
| CPU | Renesas SH4A (SH7786/SH7785) |
| OS | QNX 6.3.0 SP1 |
| Application | PCM3Root (native C++ binary, 5.8MB) |
| IOC | Renesas V850 with CMX-RTX RTOS |
| Display | 7" touchscreen, 800×480 |
| Storage | Internal SATA HDD |
| Modem | Cinterion AC75i (2G, dead after network shutdown) |
| USB ethernet | devn-asix.so (ASIX AX88772) in firmware |
| Autorun | proc_scriptlauncher + copie_scr.sh via USB |
Note: Unlike Audi MMI3G+ which uses Java/J9 for the UI, PCM 3.1 uses a native C++ application (PCM3Root). The IFS also uses a Harman custom format (hbcifs) rather than standard QNX IFS.
PCM-Forge/
├── docs/index.html # Web app (Codes, USB Stick, Manage Backup, Toolkit)
├── research/ # 30+ reverse engineering docs
│ ├── ALGORITHM_CRACKED.md # RSA-64 key recovery
│ ├── FEATURE_REFERENCE.md # All 26 features explained
│ ├── DISCOVERY_NARRATIVE.md # Full RE story
│ ├── PCM31_CONNECTIVITY.md # LTE restoration guide
│ └── firmware/ # Ghidra output, bootscreen format, ISO analysis
├── tools/ # Firmware analysis & service reset tools
├── core/ # Python code generation core
├── generate_codes.py # CLI code generator
└── FEATURES.md # Feature quick reference
- 64-bit RSA cracked from QNX SH4 firmware via Ghidra decompilation
- 26 features mapped with retail costs ($150–$3,500 each)
- USB autorun mechanism identical to Audi MMI3G+ (
proc_scriptlauncher) - V850 IOC reverse engineered (CMX-RTX RTOS, CAN gateway)
- LTE restoration path confirmed —
devn-asix.sodriver present in firmware - AX88772D workaround — QNX driver supports USB device ID override
- PCM 3.0 vs 3.1 — different hardware generations, tools are PCM 3.1 only
- MMI3G-Toolkit — Sister project for Audi MMI 3G/3G+ and VW RNS-850. Same Harman Becker platform, SD card delivery. Includes Google Earth restoration, 20+ modules, complete firmware reverse engineering.
- DrGER2/MMI3GP-LAN-Setup — Original Audi LTE setup method (same adapter works on PCM 3.1)
This tool modifies activation files on your PCM 3.1 head unit. While all changes are reversible (the original PagSWAct.002 is backed up automatically), use at your own risk. This project is not affiliated with Porsche, Volkswagen Group, or Harman Becker.
MIT