-
I was trying VFG analysis. According to https://github.com/angr/angr/issues/10, I've tried to increase `interfunction_level`. The code I've tried is `vfg = b.analyses.VFG(cfg, interfunction_level=3)`
…
-
When I use angr to decode " ./../firefox/network/sctputil.o"
It report the ERROR : angr.errors.SimEngineError: No bytes in memory for block starting at 0x401144.
I an using
**angr …
-
I was looking through the list of functions listed at https://github.com/angr/simuvex/tree/master/simuvex/procedures/libc___so___6 and it seems the `gets()` function is missing. Could it be implemente…
-
### Description
Loading a binary causes this traceback:
```
ERROR | 2023-04-12 18:31:14,759 | angrmanagement.data.instance | Exception while running job "Variable Recovery":
Traceback (most rec…
-
hi, this looks like a very interesting project, but yeah, there's absolutely no documentation apart from tests/, which is rather cryptic. also, since there's been no change in 2 years, some info about…
-
Hi all,
I think your are already busy :), but is there any change that you would implement the following operations:
```
ERROR | 2017-02-25 06:33:06,901 | simuvex.vex.irop | Unsupported operati…
-
---
**Describe the bug.**
The simproc provided in the angr repo for `snprintf` does not consider the size argument it received when storing the resulting string:
https://github.com/angr/a…
-
angr-management loads the initial binary successfully. Upon trying to load a second binary, the dialog opens as expected, but the views are not refreshed with new project contents.
-
in setup.sh, these packages are incompatible:
pip install angr==7.8.9.26
pip install networkx==1.11
When I allow pip to install networkx==2.1, I get an error as follows:
WARNING | …
-
### Description
Hello,
I try to analyse **malware** and get the following error on creating a CFG for function discovery:
> 2022-11-25 01:03:24 | __main__ | INFO | creating BlockAnalysis for 935f…