angr icon indicating copy to clipboard operation
angr copied to clipboard

A powerful and user-friendly binary analysis platform!

Results 456 angr issues
Sort by recently updated
recently updated
newest added

I am getting these errors when disassembling some Thumb binaries: `ERROR | 2022-11-19 13:44:09,796 | angr.analyses.disassembly | Operand parsing failed for instruction 0x34: ittt ne. 1 operands are parsed, while...

the test case added is for this PR and #4706

### Description I've tried to run `CFGFast` with `normalized=True` on my binary but I notice that for one of the functions `usb_release_dev`, the blocks were wrong. [usbcore.zip](https://github.com/user-attachments/files/17441169/usbcore.zip) is the said...

bug
needs-triage

### Question Hello, i'm trying to use Angr and it's exploration capabilities. I'm in a case where the the bytes in the buffer i'm symbolizing are used as index to...

question
needs-triage

### Description As of last week, Unicorn 2.1.1 is out, potentially fixing bugs blocking https://github.com/angr/archinfo/pull/194. The changelog mentions new and improved python bindings which are likely not backwards compatible, so...

enhancement
dependency

Added Error Handling in the code when the function empty and to check if the file exists or not.

### Question I've been trying to run `CFGFast` on one function because running it on the entire binary takes too much time, but this always leads to an error :(...

question
needs-triage

When loading a non-pic binary, I found that the low_pc and high_pc are wrong. However, I am not sure if the ultimate solution is changing the `obj.mapped_base` for non-pic binaries.

bug

### Description When analyzing a small binary with the Data Dependency Graph (DDG), the graph misses an edge when the mov instruction is used with an immediate value. Example 1:...

bug

### Description VariableRecovery is too expensive for CCA. CCA should resort to a linear-scan + heuristics based analysis for better performance. ### Steps to reproduce the bug _No response_ ###...

enhancement