xoreaxeaxeax / sandsifter

The x86 processor fuzzer
BSD 3-Clause "New" or "Revised" License
4.89k stars 350 forks source link

Howto NOPs on Linux unknow instructions? #37

Open pavlinux opened 7 years ago

pavlinux commented 7 years ago

Small howto please. Something like this:

switch ( opcode) { case AABBCC: opcode = 0x90;
.... }