nextgen icon indicating copy to clipboard operation
nextgen copied to clipboard

A Genetic File, Syscall and Network Fuzzer.

Results 16 nextgen issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

Use coveralls or a similar service to display lcov results on the README.

enhancement
easy

Write implementation for set_process_name() on FreeBSD and Linux, right now set_process_name() is only implemented for macOS.

bug

Write a style guide so that contributors have a resource for how to format nextgen's source code.

enhancement

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...

bug
regression

Currently `-h` and `--help` doesn't help anyone, print out a useful message on how to use `nextgen` and where to get more information.

enhancement
easy

Have cmake check for needed headers and libraries like `libdtrace` and `dtrace.h` before generating Makefiles.

enhancement
easy

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)...

bug