34r7hm4n

Results 5 issues of 34r7hm4n

**Describe the bug.** When I was trying to perform constant propagation analysis using `angr.analyses.propagator.PropagatorAnalysis`, I found the result was kind of problematic. Specifically, if there are two such statements in...

RandomControlFlow is problematic in some cases. `./check.sh -rcf` failed: ```cpp ./src/scalar_4x64_impl.h:259:5: error: inline assembly requires more registers than available "movq 32(%%rsi), %%r11\n" ^ ./src/scalar_4x64_impl.h:259:5: error: inline assembly requires more registers...

bug

### Description This bug is found after angr's new type inference algorithm was deployed. ### Steps to reproduce the bug ```py >>> import angr >>> proj = angr.Project("target_o3", auto_load_libs=False) >>>...

bug
needs-triage

### Description Phoenix failed to structure the main function (Dream succeeded): ``` typedef struct struct_1 { unsigned long long field_0; unsigned long long field_8; unsigned long long field_10; unsigned long...

bug
decompiler