angr.analyses.variable_recovery.irsb_scanner

class angr.analyses.variable_recovery.irsb_scanner.VEXIRSBScanner

Bases: SimEngineLightVEX[None, None, None, None]

Scan the VEX IRSB to determine if any argument-passing registers should be narrowed by detecting cases of loading the whole register and immediately narrowing the register before writing to the tmp.

__init__(*args, **kwargs)
process(state, *, block=None, whitelist=None, **kwargs)