Eric Gustafson
Eric Gustafson
I agree, the CFG party is totally version-bumpin' :D
maybe we should integrate this with angr.misc.bug_report somehow? Like somehow serialize the output into a form that becomes reproducible?
@rhelmot @xavierholt aha, indeed it is: ``` WARNING | 2019-04-30 18:39:18,962 | cle.backends.elf.relocation | Unknown reloc 4 on AMD64 ```
@ltfish I talked to @gannimo out-of-band and it seems the issue is caused by a combo of missing data references and/or `force_complete_scan` causing data to be lifted as code. I...
@ltfish yes, but if the issue is missing data references causing code/data confusion, then the only ways to solve it are to either get it completely right, or tolerate when...
Wow. That's a strange one! Thanks @lockshaw! I can't check the "real" test case in here, but before I merge, I will add one to binaries-private
Test is covered by, at least https://github.com/angr/angr/pull/1668
Detected and tested by https://github.com/angr/angr/pull/1668
So, future investigation showed that the instructions that created these ops in my case in the first place were mis-decoded, so I can't vouch for their correctness at all! That...
Update: Project moved out of CLE (because, hey! we can do that now and it's OK) http://github.com/subwire/autoblob This lets us have nasty dependencies and not care. Also, I got some...