문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top