@arraybolt3 @FritzAdalis @eickmeyer @cdp1337 @vkc

I don't have time to do this myself, but I'd run all of the binary blobs I might want to compare through ssdeep. That way I would get a quick first feel for which are similar/alike, and which are different, and to what extend.

ssdeep-project.github.io/ssdee

Doing something like `vimdiff <(xxd binary1) <(xxd binary2) also helps me for quick checks.

cutter.re/ is a free gui for reversing.