angr.analyses.deobfuscator.scope_ops_analyzer¶
- class angr.analyses.deobfuscator.scope_ops_analyzer.ScopeOpsWalker¶
Bases:
CStructuredCodeWalkerScopeOpsWalker walks a C construct (typically a C function) and extracts counts of all operations in each scope. Its intended use is to reason about the intent of different parts of functions (e.g., crypto implementations).
- __init__()¶
- handle(obj)¶
- handle_CBinaryOp(obj)¶
- handle_CUnaryOp(obj)¶