Fish
Fish
Apparently this is never merged (or finished). I'll get to it today.
My profiling script: ```python import matplotlib.pyplot as plt import timeit NUMBER = 10000 def profile_list_dict(elements: int): t0 = timeit.Timer("dict(d)", setup=f""" class A: pass d = dict((v, A()) for v in...
I will address this as soon as I have some time to really understand how importing external protobuf files works. I also need to apply some workaround to the .py...
See my comment here: https://github.com/angr/angr/issues/1646#issuecomment-515689789. I do agree that we need a more user-friendly error message here though.
@rhelmot what do you think?
> Alternately we can go all in on making angr work with latest unicorn I think this is a better idea.
We chatted. Ati Priya will keep improving this PR until it is ready to merge.
LGTM. Can you also add a test case of your observed failure case?
Let's add a unit test before merging this in.
You'll want to rebase your branch on top of the latest master first. Some interfaces have changed.