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.
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.
In this article I'm trying to clarify what constitutes superintelligence and push back against the idea of it being "beyond our reasoning".
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.