Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Aderyn to List of Publicly Available Security Analysis Techniques #36

Merged
merged 1 commit into from
May 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This section will include open-source techniques that are publicly available and
| Technique | Developer(s) | Description | Security-related Keywords |
| :------------------------------------------------------------------------------- | :--------------------------------------------------------- | :------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Slither](https://github.com/crytic/slither) | [Trail of Bits](https://www.trailofbits.com/) | Static Analysis Framework | [Vulnerability Detectors](https://github.com/crytic/slither/blob/master/trophies.md), [SlithIR](https://github.com/crytic/slither/wiki/SlithIR) |
| [Aderyn](https://github.com/Cyfrin/aderyn) | [Cyfrin](https://www.cyfrin.io/) | Static Analysis Framework | Static Analyzer, Custom Detectors, Markdown Reports |
| [Foundry](https://github.com/foundry-rs/foundry) | [Paradigm](https://www.paradigm.xyz/) | Development Toolchain | [Fuzzing](https://book.getfoundry.sh/forge/fuzz-testing), [Stateful Fuzzing (Invariant Testing)](https://book.getfoundry.sh/forge/invariant-testing#invariant-testing), [Differential Testing](https://book.getfoundry.sh/forge/differential-ffi-testing#differential-testing) |
| [Echidna](https://github.com/crytic/echidna) | [Trail of Bits](https://www.trailofbits.com/) | Fuzzer | [Fuzzing](https://github.com/crytic/echidna#echidna-a-fast-smart-contract-fuzzer-) , [Stateful Fuzzing (Invariant Testing)](https://github.com/crytic/echidna#writing-invariants), [CI/CD](https://github.com/crytic/echidna#using-echidna-in-a-github-actions-workflow) |
| [Optik](https://github.com/crytic/optik) | [Trail of Bits](https://www.trailofbits.com/) | Hybrid Fuzzer (Symbolic Execution + Fuzzing) | Fuzzing, Stateful Fuzzing, Symbolic Execution |
Expand Down
Loading