← Back to Home

Blog

Thoughts, ideas, and explorations

STM32F103 Flash Protection: Critical Vulnerabilities and Security Limitations

The protection system offers graduated security levels through RDP (Read Protection) settings, but recent academic research reveals critical flaws tha...

Welcome to My Blog

This is the first post on my blog. Here I'll share my thoughts about the absolute state of humanity, technology, hardcore research and other interesti...

Mathematical Analysis of XOR Sequences: Patterns and Properties

Let $S_n = \bigoplus_{i=1}^{n} i$ denote the cumulative XOR of integers from 1 to $n$, where $\bigoplus$ represents the bitwise XOR operation.