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

Long Chains Timeout when calling chain.payload_str() #87

Closed
astewart-bah opened this issue Mar 1, 2024 · 2 comments
Closed

Long Chains Timeout when calling chain.payload_str() #87

astewart-bah opened this issue Mar 1, 2024 · 2 comments
Labels

Comments

@astewart-bah
Copy link
Contributor

Description

I have run into an issue with long rop chains where calling chain.payload_str() receives a timeout.

[angrop] Timeout

This is due to the hard coded timeout here for _concretize_chain_values
Likely do to the fact that the timeout is independent of the number of ._values that need to be processed.

Steps to reproduce the bug

Attached is a zip file containing an example script. Run setup.sh to build the .venv and run the example.

This will build an example chain and call chain.payload_str() in a loop where the chain size is increased until the timeout is reached.
angrop_issue.zip

Environment

No response

Additional context

No response

@Kyle-Kyle
Copy link
Collaborator

a proposed patch is pending for merge: #88

@Kyle-Kyle
Copy link
Collaborator

with this patch, you will be able to set the default timeout for all chains, or set a special timeout for individual chains

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

No branches or pull requests

2 participants