文件名称:pyevmasm:以太坊虚拟机(EVM)的反汇编程序和汇编程序
文件大小:23KB
文件格式:ZIP
更新时间:2024-02-26 02:13:35
python ethereum assembler evm dissassembler
pyevmasm pyevmasm是以太坊虚拟机(EVM)的汇编程序和反汇编程序库。 它包括一个命令行实用程序和一个Python API。 evmasm的CLI示例 evmasm是一个命令行实用程序,使用pyevmasm来组装或反汇编EVM: usage: evmasm [-h] (-a | -d | -t) [-bi] [-bo] [-i [INPUT]] [-o [OUTPUT]] [-f FORK] pyevmasm the EVM assembler and disassembler optional arguments: -h, --help show
【文件预览】:
pyevmasm-master
----setup.py(646B)
----.gitignore(1KB)
----pyevmasm()
--------__init__.py(268B)
--------evmasm.py(37KB)
--------__main__.py(4KB)
----LICENSE(11KB)
----.github()
--------ISSUE_TEMPLATE.md(200B)
--------workflows()
----README.md(3KB)
----tests()
--------test_EVMAssembler.py(6KB)
----docs()
--------Makefile(605B)
--------api.rst(180B)
--------index.rst(447B)
--------conf.py(5KB)
----tox.ini(439B)