deflat icon indicating copy to clipboard operation
deflat copied to clipboard

use angr to deobfuscation

Results 3 deflat issues
Sort by recently updated
recently updated
newest added

I got these error when ruuning with deflat.py:"local variable 'retn_node' referenced before assignment". I check the script and find out when the function has no "return code"( no matching condition...

First of all thank you very much for this tool. Some errors occurred during my use. `KeyError:'bw',` I used arm files, error stackclll: ins_b_jmp_hex_arm(), called: line(243), patch_value = ins_b_jmp_hex_arm(instr.address, children[0],...

I'm currently using angr version 9.2.106 in my environment. I'm encountering an issue where the `target_function` is returning `None` when excuting the following code: ```python target_function = cfg.functions.get(start) ``` I...