Friday, August 13, 2010

Perl scripts to assemble/disassemble

I wrote a couple little perl scripts that allow interactive entry of x86 assembly or machine hex and converts between them. It uses nasm under the hood to assemble and x86dis under the hood to disassemble.

You can find them here.