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.07k stars 77 forks source link

disasm: Add selectors-only escape hatch #69

Closed shazow closed 11 months ago

shazow commented 11 months ago

For use with selectorsFromBytecode to help with benchmark performance. :)

Should improve #66

shazow commented 11 months ago

Done in #71