From ddfa8a08de122d1e5513534d439bfe2c6dd89bbe Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Fri, 17 Feb 2023 19:37:22 -0800
Subject: [PATCH] add some decompilers
---
calldata/README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/calldata/README.md b/calldata/README.md
index 1151482..409cd42 100644
--- a/calldata/README.md
+++ b/calldata/README.md
@@ -16,6 +16,20 @@
+----
+
+### decompilers
+
+
+
+* [dedaub](https://library.dedaub.com/)
+* [ethervm.io](https://ethervm.io/decompile)
+* [panoramix](https://github.com/eveem-org/panoramix)
+* [froundry's cast with --debug](https://book.getfoundry.sh/cast/index.html)
+
+
+
+
---