shazow / whatsabi

Extract the ABI (and resolve proxies, and get other metadata) from Ethereum bytecode, even without source code.
https://shazow.github.io/whatsabi/
MIT License
1.06k stars 74 forks source link

Native assembly parser #5

Closed shazow closed 2 years ago

shazow commented 2 years ago

Ended up rewriting the assembly parser/iterator so we don't rely on @ethersproject/asm which wasn't bundle-able for browsers. This way we have a much more specialized and minimal parser.