Monthly Archives: December 2005

ASCII Hex to Binary

I often come across shellcode in the form of ASCII hex, that I want to disassemble in order to find the corresponding assembly instructions, so I can understand how the shellcode operates. Although I can lookup up the assembly instructions for each opcode or set of opcodes, … Continue reading

Posted in Security | Comments Off on ASCII Hex to Binary