EVM
EVM 教學:
https://github.com/CoinCulture/evm-tools/blob/master/analysis/guide.md
https://github.com/ethereumbook/ethereumbook/blob/develop/13evm.asciidoc
Calldata 原理:
https://hackernoon.com/getting-deep-into-evm-how-ethereum-works-backstage-ac7efa1f0015
有關 OPCODE:
OPCODE 反組譯:
https://ethereum.org/en/developers/tutorials/reverse-engineering-a-contract/
https://etherscan.io/opcode-tool
function 名稱會用 sha3 轉為 hash:
https://ctf-wiki.org/blockchain/ethereum/selector-encoding/
計算 TxID
https://ethereum.stackexchange.com/a/46526/30691
https://mp.weixin.qq.com/s/wtX7NVom9yJcYBw6s700Dg
簡體版本的 go-ethereum 源碼分析:
Last updated