Static Analyzer for Solidity
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.
 
 
 
 
slither/tests/expected_json/inline_assembly_contract.as...

31 lines
727 B

[
{
"contract": "GetCode",
"filename": "tests/inline_assembly_contract.sol",
"function": "at",
"sourceMapping": [
{
"filename": "tests/inline_assembly_contract.sol",
"length": 628,
"lines": [
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
],
"start": 191
}
],
"vuln": "Assembly"
}
]