bootfuzz icon indicating copy to clipboard operation
bootfuzz copied to clipboard

For "IN" fuzzing the 2nd operand is meaningless

Open klaus-vb opened this issue 2 months ago • 0 comments

The "in ax,dx" instruction has just one input operand. Pre-populating the value of ax is meaningless, because it will be overwritten by the instruction. Should speed up fuzzing quite a lot.

klaus-vb avatar Apr 22 '24 20:04 klaus-vb