angr.analyses.decompiler.notes.deobfuscated_strings¶
- class angr.analyses.decompiler.notes.deobfuscated_strings.DeobfuscatedString¶
Bases:
objectRepresents a deobfuscated string.
- __init__(value, obf_type, ref_addr=None)¶
- value
- type
- ref_addr
- class angr.analyses.decompiler.notes.deobfuscated_strings.DeobfuscatedStringsNote¶
Bases:
DecompilationNoteRepresents a decompilation note that describes obfuscated strings found during decompilation.
- strings: dict[int, DeobfuscatedString]
- add_string(obf_type, value, *, ref_addr)¶
Add a deobfuscated string to the note.
- content
- key
- level
- name