hbowden / nextgen

A Genetic File, Syscall and Network Fuzzer.
Other
58 stars 15 forks source link

Generalize dependency injection. #26

Open hbowden opened 7 years ago

hbowden commented 7 years ago

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 with out being partially rewritten. This will probably mean using strings instead of an enum to track dependencies by name.