You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can I find out the exact name of the errors when they are printed to console?
I am writing a bachelor thesis and there I have to implement a test-bed which, among other tools, uses manticore to test a smart contract. I want to automatically find all the returned bugs with regex expressions, so I need to know the exact names. How can I figure them out?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
how can I find out the exact name of the errors when they are printed to console?
I am writing a bachelor thesis and there I have to implement a test-bed which, among other tools, uses manticore to test a smart contract. I want to automatically find all the returned bugs with regex expressions, so I need to know the exact names. How can I figure them out?
I have found this script https://github.com/trailofbits/manticore/blob/master/manticore/ethereum/detectors.py but am not totally sure how the script prints errors to console.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions