28 May 2023

"Asymmetric Weapons Gone Bad"

While reading Scott Alexander's blog some time ago, I stumbled over an article titled "Asymmetric Weapons Gone Bad," in which Scott writes about how reasoning can go astray, cultural and political discourse, collective dynamics, and how people with differing view points sometimes try to undermine each other.

16 May 2023

Parsing .NET Binaries with dnlib

While reversing Windows components, I stumbled down a path which I needed to parse and modify Portable Executables, and subsequently came across this blog post by MuffSec. But after diffing some outputs, I thought this script could be improved.