nextgen
nextgen copied to clipboard
A Genetic File, Syscall and Network Fuzzer.
Travis CI has several limitations that make running a Jenkins server desirable. 1) First Travis CI does not support FreeBSD and the Travis CI team shows little interest in adding...
Could you please provide the environment you are using for building nextgen on FreeBSD? I've tried the vanilla 10.3-RELEASE, and I constantly run into build issues, especially for libressl.
Nextgen uses it's own dependency injection library, which can be found here: https://github.com/hbowden/nextgen/tree/master/src/depend-inject . However this library is specific to nextgen and as such can't be used outside of nextgen...
Use coveralls or a similar service to display lcov results on the README.
Write implementation for set_process_name() on FreeBSD and Linux, right now set_process_name() is only implemented for macOS.
Write a style guide so that contributors have a resource for how to format nextgen's source code.
Running `make coverage` no longer generates code coverage reports. Code coverage generation fails with the error message below. `100% tests passed, 0 tests failed out of 7 Total Test time...
Currently `-h` and `--help` doesn't help anyone, print out a useful message on how to use `nextgen` and where to get more information.
Have cmake check for needed headers and libraries like `libdtrace` and `dtrace.h` before generating Makefiles.
Will have to research on the new interface macOS provides instead of syscall(2). Here is an example error: ``` error: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2)...