Fish
Fish
This bug is probably fixed by this point. I'll test it again to see if the issue still exists.
We already solved this problem by introducing the zoom minigraph.
Retest to see if it's fixed already.
While I did not look into the binary, I'm almost sure that the problem is caused by missing initialization of the program state.
Wait it doesn't make much sense... ignore me please.
Thanks for the report. Can you please send me an email at [email protected]?
We don't need to alter VEX IR at all (we already added support to endbr32 and endbr64). The problem is that we are not treating endbr32/64 as function prologue sequences....
What do you think of using `from __future__ import annotations`?
By the way I find the (name of the) `SimTypeReg` class a bit misleading since some of its subclasses, such as `SimTypeChar`, are not necessarily register-sized.
@zardus ``` ====================================================================== ERROR: test_inlining (tests.analyses.decompiler.test_decompiler.TestDecompiler) ---------------------------------------------------------------------- Traceback (most recent call last): File "/__w/angr/angr/build/src/angr/tests/analyses/decompiler/test_decompiler.py", line 3537, in test_inlining proj = angr.Project(bin_path, auto_load_libs=False) File "/__w/angr/angr/build/src/angr/angr/project.py", line 142, in __init__ raise Exception("Not...