Fish
Fish
> https://github.com/angr/angr/blob/f8b2e2af0bc7ce62e32a814abf4400d4c252003a/binary.py That's ancient code...
@trufae As far as I'm aware, the radare2 backend is not in our plan.
A quick note on debugging tips: It's usually one of the SimProcedures trying to create lists (or other data structures) based on incorrect or negative indices (e.g., creating a list...
This is CFG recovery, and afaik this is not what pyelftools does directly. You may use binary analysis tools to recover CFG on a given binary. Some examples of binary...
I think using the legacy mode is acceptable. But I also want to know why their changes broke our install, and if possible, we should make our editable install be...
How did it occur to you that memory limit was the culprit...
Cannot reproduce it with your setting. Plus, I believe `ulimit -v` uses `kbytes` as the unit, so your memory limit is definitely sufficient for decompiling this function using angr.
This failing test case is concerning… any idea?
Makes sense! Thanks for raising the awareness.
While this is a bug and we would like to get to it at some point, it is low-priority as we currently have a lot on our plate.