Skip to content

zztian007/VSmart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSmart

VSmart (compiler Version identification for Smart contract) is a tool that takes in the bytecode of the smart contract to be analyzed and outputs the major compiler version used to produce it. The basic idea is to leverage deep neural networks to grasp version-indicative features from contracts’ normalized opcode sequences, and train classifiers on a dataset with ground-truth labels we collected from Etherscan. Details of our method are discussed in a paper that has been submited for peer-review.

To facilitate interested researchers conduct researches on this and relevant topics, we now made public the datasets we consturcted and VSmart’s source code.

The datasets consists of the collected raw information pages of the verified smart contracts on Etherscan, the wild smart contracts deployed on Ethereum blockchain, as well as our pre-processed files storing their bytecodes and labels. They are accessbile and can be downloaded from: https://pan.baidu.com/s/17ijVwj0Z2XV0dEQkSonlrQ (Fetch Code: tk5s).

The source code of our implementation are accessbile on github: https://github.com/zztian007/VSmart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages