From dcf8eda6697e12ef48e69323c28ce6202a6edf7f Mon Sep 17 00:00:00 2001 From: broccolirob Date: Fri, 1 Sep 2023 01:19:07 -0400 Subject: [PATCH 1/2] Add links to echinda presentations and workshops --- program-analysis/echidna/README.md | 1 + program-analysis/echidna/workshop_links.md | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 program-analysis/echidna/workshop_links.md diff --git a/program-analysis/echidna/README.md b/program-analysis/echidna/README.md index 032a6ec5..8fba43f8 100644 --- a/program-analysis/echidna/README.md +++ b/program-analysis/echidna/README.md @@ -12,5 +12,6 @@ To learn through live coding sessions, watch our [Fuzzing workshop](https://www. - [Fuzzing tips](./fuzzing_tips.md): General fuzzing recommendations - [Frequently Asked Questions](./frequently_asked_questions.md): Responses to common questions about Echidna - [Exercises](exercises): Practical exercises to enhance your understanding +- [Workshops](./workshop_links.md): Recordings of workshops and presentations Join the team on Slack at: https://slack.empirehacking.nyc/ #ethereum diff --git a/program-analysis/echidna/workshop_links.md b/program-analysis/echidna/workshop_links.md new file mode 100644 index 00000000..8c87b362 --- /dev/null +++ b/program-analysis/echidna/workshop_links.md @@ -0,0 +1,11 @@ +# Recordings of workshops and presentations +This list provides links to recordings of presentations and workshops given at conferences or online. Many of these resources can be found on our [YouTube channel](https://www.youtube.com/@trailofbits). + +### Presentations +- [Building secure contracts: How to use fuzzing like a pro [ETHCC 2022]](https://www.youtube.com/watch?v=1eBa9gouZzc) + +### Workshops +- [Introduction to fuzzing](https://www.youtube.com/watch?v=QofNQxW_K08) +- [Fuzzing Arithmetics](https://www.youtube.com/watch?v=9P7sqE6hILM) +- [Intro to AMM’s invariants](https://www.youtube.com/watch?v=n0RaKKVTGvA) +- [AMM fuzzing](https://www.youtube.com/watch?v=OPDA0L9SeNI) \ No newline at end of file From 70cb6c8b539e74440989bd3d56ff8b7702371452 Mon Sep 17 00:00:00 2001 From: broccolirob Date: Fri, 8 Sep 2023 10:04:53 -0400 Subject: [PATCH 2/2] Fix lint error --- program-analysis/echidna/README.md | 2 +- program-analysis/echidna/workshop_links.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/program-analysis/echidna/README.md b/program-analysis/echidna/README.md index 8fba43f8..ca6bb43d 100644 --- a/program-analysis/echidna/README.md +++ b/program-analysis/echidna/README.md @@ -12,6 +12,6 @@ To learn through live coding sessions, watch our [Fuzzing workshop](https://www. - [Fuzzing tips](./fuzzing_tips.md): General fuzzing recommendations - [Frequently Asked Questions](./frequently_asked_questions.md): Responses to common questions about Echidna - [Exercises](exercises): Practical exercises to enhance your understanding -- [Workshops](./workshop_links.md): Recordings of workshops and presentations +- [Workshops](./workshop_links.md): Recordings of workshops and presentations Join the team on Slack at: https://slack.empirehacking.nyc/ #ethereum diff --git a/program-analysis/echidna/workshop_links.md b/program-analysis/echidna/workshop_links.md index 8c87b362..5547dfb5 100644 --- a/program-analysis/echidna/workshop_links.md +++ b/program-analysis/echidna/workshop_links.md @@ -1,11 +1,14 @@ # Recordings of workshops and presentations + This list provides links to recordings of presentations and workshops given at conferences or online. Many of these resources can be found on our [YouTube channel](https://www.youtube.com/@trailofbits). ### Presentations + - [Building secure contracts: How to use fuzzing like a pro [ETHCC 2022]](https://www.youtube.com/watch?v=1eBa9gouZzc) ### Workshops + - [Introduction to fuzzing](https://www.youtube.com/watch?v=QofNQxW_K08) - [Fuzzing Arithmetics](https://www.youtube.com/watch?v=9P7sqE6hILM) - [Intro to AMM’s invariants](https://www.youtube.com/watch?v=n0RaKKVTGvA) -- [AMM fuzzing](https://www.youtube.com/watch?v=OPDA0L9SeNI) \ No newline at end of file +- [AMM fuzzing](https://www.youtube.com/watch?v=OPDA0L9SeNI)