Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not step to the first address of the trace - state split. Do you want to have a Tracer(fast_forward_to_entry=False)? #93

Open
MaggieCwj opened this issue Jun 12, 2022 · 0 comments

Comments

@MaggieCwj
Copy link

I used driller to run a simple program. However i met this problem:

WARNING | 2022-06-12 21:30:52,066 | cle.loader | The main binary is a position-independent executable. It is being loaded with a base address of 0x400000. Traceback (most recent call last): File "/home/nkamg/.virtualenvs/angr/lib/python3.8/site-packages/driller/local_callback.py", line 122, in <module> for new_input in d.drill_generator(): File "/home/nkamg/.virtualenvs/angr/lib/python3.8/site-packages/driller/driller_main.py", line 101, in drill_generator for i in self._drill_input(): File "/home/nkamg/.virtualenvs/angr/lib/python3.8/site-packages/driller/driller_main.py", line 131, in _drill_input simgr.use_technique(t) File "/home/nkamg/.virtualenvs/angr/lib/python3.8/site-packages/angr/sim_manager.py", line 207, in use_technique tech.setup(self) File "/home/nkamg/.virtualenvs/angr/lib/python3.8/site-packages/angr/exploration_techniques/tracer.py", line 293, in setup raise AngrTracerError("Could not step to the first address of the trace - state split. Do you want to have a Tracer(fast_forward_to_entry=False)?") angr.errors.AngrTracerError: Could not step to the first address of the trace - state split. Do you want to have a Tracer(fast_forward_to_entry=False)?

i wanna know how to solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant