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
Is it possible to disable the detection of truncation and signedness bugs in Osiris? That is, I would like to use Osiris for detecting only integer over/underflows and division by zeros.
Is it provided by an option currently? (maybe the option "-m"?)
If yes, can you give me some examples?
The text was updated successfully, but these errors were encountered:
In addition, I wonder whether it is possible to specify a "root" contract in Osiris; although multiple contracts may exist in a single solidity file, only one root contract exits.
Is it possible to disable the detection of truncation and signedness bugs in Osiris? That is, I would like to use Osiris for detecting only integer over/underflows and division by zeros.
Is it provided by an option currently? (maybe the option "-m"?)
If yes, can you give me some examples?
The text was updated successfully, but these errors were encountered: