This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Critical Error:Stopped at unexpected location inside the concrete process: 0x7ffff7eda1f2 #32
Labels
bug
Something isn't working
Description
I have a binary named "example_new" and I want to analyze it using symbion. However, I encountered the following issue. To facilitate comparison, I wrote two functions with the same processing logic. When I used AvatarGDBConcreteTarget, the code that used to run successfully now throws an error: "Stopped at unexpected location inside the concrete process: 0x7ffff7eda1f2"
Here is my code :
Here is the error:
I am a beginner in angr and I referred to not_packed_elf64 to use symbion. The binary “example_new” requires external input from stdin, so I passed the args parameter in the code. However, I encountered the aforementioned error and I'm not sure what caused it or how to resolve it.
Steps to reproduce the bug
No response
Environment
Python: 3.8.10
Ubuntu: 20.04.6
GDB: 9.2
angr: 9.2.92
Additional context
No response
The text was updated successfully, but these errors were encountered: