Advertisement
This is comment for paste
Find Two-byte Illegal Opcodes for x86-64
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Results output here: https://pastebin.com/5xjjFea6
- For example,
- Checking Opcode 0x0f ...
- 0x0f,0x04 0x0f,0x0a 0x0f,0x0b 0x0f,0x0c 0x0f,0x0e 0x0f,0x0f 0x0f,0x24 0x0f,0x25 0x0f,0x26 0x0f,0x27 0x0f,0x36 0x0f,0x37 0x0f,0xaa
- Illegal opcodes 0x0f 0x0b (error 0xc000001d)
- ud2 - Generates an invalid opcode.
- Illegal opcodes 0x0f 0x37 (error 0xc000001d)
- getsec - Exit authenticated code execution mode.
- Illegal opcodes 0x0f 0xaa (error 0xc000001d)
- rsm - Resume operation of interrupted program.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement