Bits of Entropy

Setting Up Unit Tests for Ghidra Plugins


If you're working on a Ghidra plugin that performs some non-trivial program analysis you might be interested in unit testing your algorithms, this article is a collection of notes on set those up.

On Limits of Superintelligence


In this article I'm trying to clarify what constitutes superintelligence and push back against the idea of it being "beyond our reasoning".

Hamming Weight: Reinventing Efficient Implementation


In this article we start from a simple and inefficient algorithm that calculates population count a.k.a. Hamming weight, and then iteratively arrive at one of the efficient implementations that's in common use today.