We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have one question that why have to check fixed calldatasize length “branch_array_size = [0,8,8+132,8+232]” alone. the code is at:
MAIAN/tool/execute_block.py
Lines 334 to 346 in ab387e1
before that have already treat the calldatasize as symbolic variables, this is still cannot cover these fixed size? the code is at
Lines 328 to 331 in ab387e1
i wondering why these fixed size of calldatasize must be check again
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i have one question that why have to check fixed calldatasize length “branch_array_size = [0,8,8+132,8+232]” alone.
the code is at:
MAIAN/tool/execute_block.py
Lines 334 to 346 in ab387e1
before that have already treat the calldatasize as symbolic variables, this is still cannot cover these fixed size?
the code is at
MAIAN/tool/execute_block.py
Lines 328 to 331 in ab387e1
i wondering why these fixed size of calldatasize must be check again
The text was updated successfully, but these errors were encountered: