-
Traceback (most recent call last):
File "deflat/deflat.py", line 1, in
from barf.barf import BARF
File "/Users/xkang/Envs/angr/lib/python3.6/site-packages/barf-0.5.0-py3.6.egg/barf/__init_…
-
### Question
Hi, I'm new in angr. I got the following errors when using a directed symbolic execution (Director exploration technique).
```
ERROR | 2023-02-11 01:22:54,494 | angr.exploration…
-
Hi guys,
I am having a problem with one binary, while trying to generate its Control Flow Graph with CFGFast. Below you can find the trace:
First I get this error:
```
Traceback (most recen…
-
### Description
Hello,
When trying to create my CFG and VFG, I get the following log output:
The most concerning are the CRITICAL level errors from claripy.balancer.
```
WARNING | 2022-11-28 …
-
I'm a little confused about how can shellphuzz call driller, I can not find anywhere import driller module .
Also, I encountered a problem about using shellpuzz to do drilling job, while testing …
-
On my machine the file attached takes almost 24 hours to run the line "cfg = p.analyses.CFGFast()".
It is a 292kb ELF file pulled from an android cellphone.
The logs complain a lot about a decoding …
-
---
Hi,
I am using angr 9.2.3. I am getting error with some ELF files as shown below:
`
> Traceback (most recent call last):
> File "/home/xxxx/PycharmProjects/prName/test.py"…
-
This is a great work. And my research is relevent to BOP. So I have tried to reproduce BOPC but I can't run it because of an error of angr. That means finally I failed. So I hope you can give me the w…
-
Our CI tests currently don't test:
- fuzzing
and
- test replay
at all. They also don't check the results on angr/manticore very closely, though maybe good enough for our purposes.
-
### Description
As of version 9.2.35, angr does not appear to preserve breakpoints created with `state.inspect.b` when pickling and restoring, even if the function is accessible in the restored conte…