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/examples/scripts
rajeevgopalakrishna 3ffe4d3615 - Fixes formatting bug 6 years ago
..
call_graph.py Clean call-graph printer (+ export every contract individually) 6 years ago
convert_to_evm_ins.py - Refactors code into smaller functions 6 years ago
convert_to_ir.py Fix typos in print statement 6 years ago
data_dependency.py Improve data_dependency unit tests (add PropagateThroughArguments) 6 years ago
data_dependency.sol Fixed data dependency to propagate return values of functions to call sites. 6 years ago
export_dominator_tree_to_dot.py WIP: add support for state variables 6 years ago
export_to_dot.py Fix typos in print statement 6 years ago
functions_called.py Breaking change: functions and modifiers are not shared accross contracts, each contract has an own copy of all the functions/modifiers 6 years ago
functions_called.sol Add visibility to Solidity script examples 6 years ago
functions_writing.py Fix typos in print statement 6 years ago
functions_writing.sol Add visibility to Solidity script examples 6 years ago
possible_paths.py API change: 6 years ago
slithIR.py Rename original_contract -> contract_declarer 6 years ago
taint_mapping.py Fix typos in print statement 6 years ago
test_evm_api.expected_output - Fixes formatting bug 6 years ago
test_evm_api.sol Adds pragma and function visibility to satisfy solc 0.5.x 6 years ago
variable_in_condition.py Fix typos in print statement 6 years ago
variable_in_condition.sol Add visibility to Solidity script examples 6 years ago