Sergej Schumilo 7ab9346070 commit: remove deprecated fields from the config / add runtime options
- With this patch we remove some deprecated options from the
  config struct without introducing any breaking changes (yet). In
  further patches we might want to switch to an enirely new config
  struct to get rid of all technical debts and make the code more
  readable.

- Runtime options are configurable options that can be changed via the
  API before the fuzz runner is spawned. These options can not be set
  via a config file.
2023-04-13 05:35:40 +02:00
2022-01-21 04:06:17 +01:00
2022-04-08 09:49:58 +02:00
2022-03-11 22:39:55 +01:00
2021-11-14 21:59:03 +01:00
2022-03-11 22:39:55 +01:00

libnyx

libnyx is a library that allows you to simply build hypervisor-based snapshot fuzzers. Using libnyx, managing multiple VMs and snapshots as well as the communication with the code running in the VM becomes a matter of a handful of lines of code. At the moment, libnyx can be used via a simple C interface or from a rust library.

Bug Reports and Contributions

If you found and fixed a bug on your own: We are very open to patches, please create a pull request!

License

This library is provided under GPLv2 license.

Free Software Hell Yeah!

Proudly provided by:

Description
No description provided
Readme GPL-2.0 394 KiB
Languages
Rust 96.2%
C 3.7%