assembly - Is all data valid x86 16-bit machine code? -
executing ndisasm /dev/urandom
seems never give me errors. suggests either lucky or bytes disassemble 16-bit assembler.
i facing actual issue because want know if can rely on behavior test disassembler.
i think not valid, cause think ndisasm
output lines db 0x82
when doesn't match instruction. lines there.
Comments
Post a Comment