Solidity原理(六):用solc编译smart contract,用evm反编译bytecode

首先需要安装solc和evm solc: https://github.com/ethereum/solidity/releases evm:   https://geth.ethereum.org/downloads/ 编译一个smart contract可以通过指令 solc --bin-runtime filepath来得到bytecode 反编译bytecode可以通过evm --diss
相关文章
相关标签/搜索