From 39cce6e755837102badbb2ab6c9ddbba31c4d874 Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:54:31 -0800 Subject: [PATCH] caracal, static analyzer for starknet smart contracts --- hacking_tools/static_analysis/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hacking_tools/static_analysis/README.md b/hacking_tools/static_analysis/README.md index 176095f..1f111f6 100644 --- a/hacking_tools/static_analysis/README.md +++ b/hacking_tools/static_analysis/README.md @@ -34,6 +34,14 @@ --- +### [caracal](https://github.com/crytic/caracal) + +* static analyzer for starknet smart contracts + +
+ +--- + ### [codeql](https://codeql.github.com/) * powerful static analysis framework allowing query codebases for specific code patterns