#define F_RELATIVE 0x00000200 /* Has relative address (jump/call) */ #define F_IP_RELATIVE 0x00000400 /* Uses RIP-relative addressing */ /* Error flags */ #define F ...
The process of determining the purity of some bytecode will generally involve starting at the first byte (which must be an opcode), attempting to match it against the opcodes defined in the table, ...