summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e2b.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/2e2b.md')
-rw-r--r--content/zettel/2e2b.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/content/zettel/2e2b.md b/content/zettel/2e2b.md
new file mode 100644
index 0000000..ac06612
--- /dev/null
+++ b/content/zettel/2e2b.md
@@ -0,0 +1,15 @@
++++
+title = "Fuzzing equivalence checking tools"
+date = "2023-04-08"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["2e2a"]
+forwardlinks = []
+zettelid = "2e2b"
++++
+
+The interesting thing about fuzzing equivalence checking tools is that
+one actually wants to generate two designs or pieces of code that are
+actually not equivalent to each other, but should still be similar
+enough to try and trick the equivalence checker.