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.04k stars 71 forks source link

disasm: Add selectors-only escape hatch #69

Closed shazow closed 9 months ago

shazow commented 9 months ago

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

Should improve #66

shazow commented 9 months ago

Done in #71