CTXz / stm32f1-picopwner

Dump read-out protected STM32F1's with a Pi Pico - A Pi Pico implementation of @JohannesObermaier's, Marc Schink's and Kosma Moczek's Glitch and FPB attack to bypass RDP (read-out protection) level 1 on STM32F1 chips
166 stars 23 forks source link

Hack stm8 #21

Closed Jontkey closed 4 months ago

Jontkey commented 4 months ago

thanks CTXz, I have success with stm32f103c8t6, ​​can I edit the project to apply with stm8 without CTXz, please help me

CTXz commented 4 months ago

Hi Jontkey,

The STM8 uses a completely different architecture than the STM32 series, let alone the STM32F1. Hence this exploit cannot be applied, neither ported to the STM8.

That being said, the STM8 is quite susceptible to glitching attacks. You might want to refer to the following blog post: https://itooktheredpill.irgendwo.org/2020/stm8-readout-protection/