angr.analyses.deobfuscator.data_transformation_embedder

class angr.analyses.deobfuscator.data_transformation_embedder.DataTransformationEmbedder

Bases: Analysis

An analysis that finds potentially inlined static data transformation logic and embeds the transformed data in decompilation whenever possible.

Some current limitations: - We assume the data transformation logic is inlined completely within a single function.

__init__(func, clinic, cfunc, outlining_max_args=1, preset='malware')
Parameters: