-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: improve dynamic calldata handling #436
Conversation
or is_bv_value(selector) | ||
or str(selector).startswith("fallback_selector_") | ||
): | ||
return arg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another issue: even if selector is symbolic, calldata may be decodable, in which case, refining calldata is not needed, and may lead to unexpected behaviors.
closing, because generating calldata for all functions at once is problematic. it needs to be done separately for each function. |
No description provided.