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_library.ass...

58 lines
1.4 KiB

[
{
"contract": "VectorSum",
"filename": "tests/inline_assembly_library.sol",
"function": "sumAsm",
"sourceMapping": [
{
"filename": "tests/inline_assembly_library.sol",
"length": 114,
"lines": [
18,
19,
20,
21
],
"start": 720
}
],
"vuln": "Assembly"
},
{
"contract": "VectorSum",
"filename": "tests/inline_assembly_library.sol",
"function": "sumPureAsm",
"sourceMapping": [
{
"filename": "tests/inline_assembly_library.sol",
"length": 677,
"lines": [
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
],
"start": 1000
}
],
"vuln": "Assembly"
}
]