Install aderyn 0.5.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cyfrin/aderyn/releases/download/aderyn-v0.5.8/aderyn-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install cyfrin/tap/aderyn
Install prebuilt binaries into your npm project
npm install @cyfrin/[email protected]
Download aderyn 0.5.8
File | Platform | Checksum |
---|---|---|
aderyn-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
aderyn-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
aderyn-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
aderyn-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
aderyn-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
What's Changed
- Update README.md by @TilakMaddy in #920
- Update help messages for CLI (It was outdated) by @TilakMaddy in #924
- typos by @TilakMaddy in #926
- chore(
blesspr
): switch order by @TilakMaddy in #927 - fix help menu by @TilakMaddy in #928
- Nit/show examples in help by @TilakMaddy in #930
Full Changelog: aderyn-v0.5.7...aderyn-v0.5.8