Commit Diff


commit - 6ffe04bcc641dc41654f67c32ec1a49b7617b1f6
commit + 5ece0bbf489aa735a6e90ed3599d79d6ddb5bbc0
blob - 4ae31498bedbcd7823170497e4a705b79fa8c016
blob + 023b1670ff9f1f9f04ebc181fafeadfec85476a4
--- fuzzing-targets-generation.md
+++ fuzzing-targets-generation.md
@@ -19,6 +19,8 @@
     - https://smallbone.se/papers/quickspec2.pdf
 - Lua
     - Unit test code generator for lua programming language, Conference: 2015 International Conference on Data and Software Engineering (ICoDSE)
+- Golang
+    - https://github.com/thepudds/fzgen - auto-generation Go 1.18 fuzzing wrappers from normal code. Finds buggy call sequences, including data races & deadlocks. Supports rich signature types.
 
 References: