Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Roostock, Tron and other EVM-compatible blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mythril/tests/testdata/outputs_expected/overflow.sol.o.jsonv2

32 lines
820 B

{
"issues": [{
"description": {
"head": "The subtraction can underflow.",
"tail": "The binary subtraction operation can result in an integer underflow.\n"
},
"extra": {},
"locations": [{
"sourceMap": "567:1:0"
}],
"severity": "High",
"swcID": "SWC-101",
"swcTitle": "Integer Overflow and Underflow"
}, {
"description": {
"head": "The subtraction can underflow.",
"tail": "The binary subtraction operation can result in an integer underflow.\n"
},
"extra": {},
"locations": [{
"sourceMap": "649:1:0"
}],
"severity": "High",
"swcID": "SWC-101",
"swcTitle": "Integer Overflow and Underflow"
}],
"meta": {},
"sourceFormat": "evm-byzantium-bytecode",
"sourceList": ["0xf230bec502569e8b7e7737616d0ad0f200c436624e3c223e5398c0615cd2d6b9"],
"sourceType": "raw-bytecode"
}