The biggest stories of the day delivered to your inbox.
x86-fetch-decode-execute is the step function of our x86 interpreter. It fetches one instruction by looking up the memory address indicated by the instruction pointer rip, decodes that instruction, ...
src — Note that src is masked appropriately by the caller of this function.