-
Hi,
I am running shellphish/fuzzer/shellphuzz.py (driller + afl) on number of binaries in tiff-3.9.7.
Each time I get different errors form the **angr.errors.AngrTracerError** and don't know how to …
lzina updated
5 years ago
-
### Description
I was calling Angr for concolic execution and my subject program is sqlite.So the input is sql query.The following is log and stacktrace.
```
Drilling input: b"CREATE TABLE v0 ( v…
-
---
**Describe the bug.**
veritesting enable_function_inlining doesn't work and will crash.
**Environment Information.**
```
/home/a13579and2468/.local/lib/python3.8/site-packages/angr/…
-
how to manually disassembly fragment raw bytes in disassembly window?
angr-management did not disassemble a function that is called indirectly, how can you manually disassemble a piece of bytes, for …
-
`irsb = pyvex.IRSB('\xdf\xbf\x00\x18\xdf\xbc\x00\x10\xdf\xb1\x00\x08\xdf\xb0\x00\x00', 0x5193c, archinfo.ArchMIPS32('Iend_BE'), opt_level=0)`
gives:
```
Traceback (most recent call last):
Fi…
-
### Description
Calling `min` with non-empty extra constraints results in an incorrect value, because the expression is found in `_min_exhausted` and cached results are incorrectly used to calculate …
-
### Question
I'm developing a python script that uses angr to obtain all the basic blocks in a x86 binary, I'm using `CFGFast` to create the graph and I've noticed that angr splits the basic blocks…
-
[The setup Dockfile](https://github.com/mechaphish/setup/blob/master/kubernetes/worker/Dockerfile) uses `git@git.seclab.cs.ucsb.edu:cgc`. People outside the UCSB seclab do not have access to our inter…
-
When trying this scanner on Xen, I've got the 4 instances of the following:
```
---------------- [ SCANNER ERROR ] ----------------
where: 0xffff82d040201fca started at:0xffff82d040201c90
IR…
-
---
**Describe the bug.**
When the target function is called at the tail position of the caller function, instead of ending with `call addr` instruction, there would be a `jmp addr` instructio…
hwu71 updated
2 years ago