acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.

Home Page:https://acuarica.github.io/evm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bundle `selector` module to be used in browser environment

acuarica opened this issue · comments

Create a bundle for src/selector/ module so users can patch contracts in browser environments.

Function and event signatures lookup database is not available for browsers because of its size. Developers should patch contract function and event signatures with another service, e.g., https://www.4byte.directory/.