Latest Blog entries:
Loading Certificates in Azure Functions from Key Vault
The other day at work, I ran into a classic developer headache. I was building an Azure Function on a consumption plan and needed to sign something with a certificate. Simple enough, right? I stored the certificate and its private key safely in Azure Key Vault, as one does. But when I tried to use ... [more]
EF Core 5 Upgrade - collation shenanigans
Today I stumbled over a pretty weird problem at work, where I already initially thought it must've been from either a framework or a database upgrade. I was in the middle of doing some code first database entity modelling, creating a migration for it and updating the database, when I got struck b... [more]
Reverse Engineering Detour
While browsing gamedeception.net out of curiosity, as I often do, I came across various new threads. This led me to think, "Why not create a hook from scratch?". So, I spent hours researching detouring techniques. A few basics about my project: The goal is to develop a DLL containing function proto... [more]