angr.analyses.unpacker.obfuscation_detector¶ class angr.analyses.unpacker.obfuscation_detector.ObfuscationDetector¶ Bases: Analysis This analysis detects, usually in ways that are more robust than section name matching or signature matching, the existence of obfuscation techniques in a binary. __init__(cfg=None)¶ Parameters: cfg (CFGModel | None) analyze()¶