DevOps Series Part 1 - Simple Kubernetes Setup using Terraform

Using Kubernetes for a small startup adds some complexity, but also has many advantages such as scaling and easy CI/CD. In this post we'll explore a simple AKS Kubernetes setup on Azure using Terraform serving a static page over HTTPS.

Bypassing the Renesas RH850/P1M-E read protection using fault injection

Using a fault injection I was able to bypass the disabled programmer setting on a Renesas RH850/P1M-E automotive microcontroller and access flash memory contents.

Hacking a VW Golf Power Steering ECU - Part 4

Part 4 in the series of modifying the firmware running on a VW Golf Power Steering. In this post I'll dicuss the bootloader and flashing process.

Hacking a VW Golf Power Steering ECU - Part 3

Part 3 in the series of modifying the firmware running on a VW Golf Power Steering. In this post I'll reverse engineer the application firmware, and identify the patches I want to make.