BinaryAnalysisPlatform / qemu

Official QEMU mirror
Other
9 stars 12 forks source link

Instrument missing MIPS instructions #10

Closed rvantonder closed 6 years ago

rvantonder commented 6 years ago

I noticed no events were being emitted for XORi, ORi, ... This fixes it (didn't check whether others are also missed).

Test: reran qemu-mips -d op,in_asm to see it emits correct values.

ivg commented 6 years ago

Wow, I didn't even know that mips works with the tracewrap branch :D Thanks!