From 6b42ac19c0135523879023d5ac60c582bfdc1c28 Mon Sep 17 00:00:00 2001 From: Maxim Andreev Date: Thu, 30 Nov 2023 19:49:55 +0300 Subject: [PATCH] Add EVMole function selectors extractor (#405) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46c08f4f..6ecb46f5 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c * [Free Smart Contract Security Audit](https://callisto.network/smart-contract-audit/) - Free smart contract security audits from Callisto Network * [Piet](https://piet.slock.it) - A visual Solidity architecture analyzer * [Smack My Contract](https://smackmycontract.xyz/) - Web3 Security Scanner Aggregator +* [EVMole](https://github.com/cdump/evmole) - Extracts function selectors from EVM bytecode, even for unverified contracts ### Monitoring * [Moralis Streams API](https://docs.moralis.io/streams-api) - Stream real-time on-chain events to your webhook from multiple EVM blockchains.