-
Notifications
You must be signed in to change notification settings - Fork 15
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
Getting the json results #3
Comments
myth a ${main_contract_file} -o json --execution-timeout 86400 |
But how do you dump the result into a json file? Doesn't that only print the output on the terminal in json format? Also, this doesn't seem effective when you have to process >9k contracts. |
myth a ${main_contract_file} -o json --execution-timeout 86400 |& tee -a json_file_name.json |
and did you do that 9k times to get the results for 9k contracts? Would you mind to provide an example on how to do that? |
We did automation to do this job. |
A follow-up question, how come there are multiple |
Would you mind providing the code on how to reproduce the JSON files in the
results
for the Mythril?The text was updated successfully, but these errors were encountered: