-
**Describe the bug.**
If generating an entry state with arguments, the arguments and argc are not set up as expected by the program by the time it reaches main. They are in r3 and r4 in the `entr…
-
Hi, all. I want to test the driller with a program that reads a file, like djpeg.
First, I want to test a very simple example,
```c
#include
#include
#include
#include
int main(int argc,…
-
### Description
When running this program it will error with the exact same error message showcased in #2393. It runs without issues when removing `add_options=angr.options.unicorn`. The binary in …
-
Currently, ScratchABlock uses adhoc expression simplification implementation, which is partly imperative code, partly semi-declarative poor man's inference engine, and is far from complete in coverage…
-
Running `python3 scaffold11.py 11_angr_sim_scanf` produces `1448564819 1398294103` on an ubuntu environment and yields the correct password for the challenge. Running the script on windows produces `1…
-
### Question
Hi angr team! Excuse my English. I just recently started working with angr. And ran into a problem when researching functions in fauxware. Using CallingConvention for authenticate func…
-
### Question
I'm looking for a func_call gadget in my mips binary. Using **ropper** tool I've found this valid gadget:
```
move $a1, $s1
jalr $s3
move $a2, $s0
lw $ra, 0x48($sp)
lw $s1…
-
On line 512 the assertion fails. My program is included. The assertion failes because of unequal size.
`
--> 514 assert node == self._addr_to_block_node[node.addr]
Node in Nodes:
…
-
*Disclaimer: The angr suite is maintained by a small team of volunteers. While we cannot guarantee any timeliness for fixes and enhancements, we will do our best. For more real-time help with angr, fr…
-
```bash
$ python satc.py -d /pwd -o results --ghidra_script=ref2sink_bof -b /pwd/www/htdocs/web.cgi --taint_check
[...snip]...
2021-10-11 11:43:18,157-root-logger.py-[line:111]-DEBUG : [*] Find…