Jsfuzz is coverage-guided fuzzer for testing javascript/nodejs packages. Fuzzing for safe languages like nodejs is a powerful strategy for finding bugs like unhandled exceptions, logic bugs, security ...
git clone --recurse-submodules https://github.com/maxim2266/str.git cd str make # or 'make test' to also run unit tests Link the resulting static library libstr.a ...