angr.engines.pcode.emulate¶ class angr.engines.pcode.emulate.PcodeEmulatorMixin¶ Bases: SimEngine Mixin for p-code execution. __init__(*args, **kwargs)¶ handle_pcode_block(irsb)¶ Execute a single P-Code IRSB. Parameters: irsb (IRSB) – Block to be executed. Return type: None