Skip to content

Commit

Permalink
Added smartbugs data in the graph
Browse files Browse the repository at this point in the history
  • Loading branch information
merendamattia committed Nov 5, 2024
1 parent ba58984 commit 08d6b8d
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 2,143 deletions.
3 changes: 1 addition & 2 deletions script-python/journal/compile-all.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,10 @@ def extract_and_save_bytecode(bytecode_dir, json_dir, is_ethersolve=False):
"""

# smartbugs dataset
#"""
compile_solidity_sources_with_different_version('./reentrancy-smartbugs/source-code',
'./reentrancy-smartbugs/json',
'./reentrancy-smartbugs/source-code/version.csv')
#"""

extract_and_save_bytecode('./reentrancy-smartbugs/bytecode/evmlisa',
'./reentrancy-smartbugs/json')
extract_and_save_bytecode('./reentrancy-smartbugs/bytecode/ethersolve',
Expand Down
Loading

0 comments on commit 08d6b8d

Please sign in to comment.