Frage

Executing ndisasm /dev/urandom seems to never give me any errors. This suggests that I am either very lucky or all bytes really disassemble into 16-bit assembler.

I am facing an actual issue because I want to know if I can rely on this behavior to test my disassembler.

War es hilfreich?

Lösung

I think it is not all valid, cause I think ndisasm will output lines like db 0x82 when it doesn't match an instruction. Lines like that are there.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top