panda_enable_precise_pc

Function panda_enable_precise_pc 

Source
pub unsafe extern "C" fn panda_enable_precise_pc()
Expand description

panda_enable_precise_pc() - Turn on accurate PC mode.

Qemu does not update the program counter in the middle of a basic block. However, for many analyses, we might want to know the PC at the instruction level, accurately. This enables a mode in which panda updates a shadow PC to serve that purpose.