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

Decode `code` `string` without using `Buffer`

acuarica opened this issue · comments

Buffer is only available in Node but not in a browser environment. To support both, decode without using Buffer

Closed in b036391.