Commit Diff


commit - 5ece0bbf489aa735a6e90ed3599d79d6ddb5bbc0
commit + b566a2659d29694b42a05ad77043443f70527aa6
blob - 023b1670ff9f1f9f04ebc181fafeadfec85476a4
blob + 1e278bf6e826951179fa708e7119583f78a50f1b
--- fuzzing-targets-generation.md
+++ fuzzing-targets-generation.md
@@ -5,6 +5,8 @@
 - C/C++
     - [UTopia](https://github.com/Samsung/UTopia) - is a tool for automatically generating fuzz drivers from unit tests.
     - [FUTAG](https://github.com/ispras/Futag) - FUzzing Target Automated Generator.
+    - https://github.com/UnitTestBot/UTBotCpp- tool that generates unit test by C/C++ source code,
+      trying to reach all branches and maximize code coverage.
     - https://github.com/HexHive/FuzzGen
     - [FuzzBuilder](https://github.com/hksecurity/FuzzBuilder)
 - Python