googleprojectzero / Jackalope

Binary, coverage-guided fuzzer for Windows, macOS, Linux and Android
Apache License 2.0
1.1k stars 128 forks source link

Bug: Unexpected instruction encoding on 32bit build #11

Closed zuypt closed 3 years ago

zuypt commented 3 years ago

I hit this assertion on the 32bit build of Jackalope but it works fine under 64bit build. [-] PROGRAM ABORT : Unexpected instruction encoding Location : LiteCov::InstrumentInstruction(), D:\Jackalope\TinyInst\litecov.cpp:733 Also there is typo in the nearby comment // check hat the offset is at the end.

ifratric commented 3 years ago

Ooops :-) Should be fixed now! Please update TinyInst and rebuild.

ifratric commented 3 years ago

Tentatively closing the issue.