Since the initial phases of our methodology didn't yield much in terms of helpful results, we must move on to static analysis and see whether disassembling our binary will produce useful output. Our automation script took care of running objdump for us, so we just need to examine the output.
In this recipe, we'll review the objdump output, and see whether we can notice any differences between the two binaries. We might as well check to see whether our signature detection script from Chapter 9, Understanding Anti-Analysis Techniques, detects any signatures in the polymorphed binary too.