This Python script is designed to handle JMP deobfuscation.
It will sqash unneeded unconditional jmp
s and create new blocks, relocates blocks of code, adjusts relative addresses, and aligns blocks with padding.
Inspired by http://hooked-on-mnemonics.blogspot.com/2012/10/simple-deobfuscation-of-code.html