angr.analyses.identifier.runner¶
- class angr.analyses.identifier.runner.Runner¶
Bases:
object- __init__(project, cfg)¶
- setup_state(function, test_data, initial_state=None, concrete_rand=False)¶
- static syscall_hook(state)¶
- static syscall_hook_concrete_rand(state)¶
- get_base_call_state(function, test_data, initial_state=None, concrete_rand=False)¶
- test(function, test_data, concrete_rand=False, custom_offs=None)¶
- get_out_state(function, test_data, initial_state=None, concrete_rand=False, custom_offs=None)¶