Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 468 Bytes

LLM_SC_audits

this is the dataset used for experiments in the paper Co-Auditing Smart Contracts

prerequist : slither installed

generate call graph from smart contract :

   chmod +x functionCall.sh
   ./functionCall.sh $path_to_smartContract

In the script call_graph.py, at line 12, insert the name of the smart contract to create the Function Call code list for it.