22 lines
869 B
Markdown
22 lines
869 B
Markdown
# libnyx
|
|
|
|
<p>
|
|
<img align="right" width="200" src="logo.png">
|
|
</p>
|
|
|
|
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 **AGPL license**.
|
|
|
|
**Free Software Hell Yeah!**
|
|
|
|
Proudly provided by:
|
|
* [Sergej Schumilo](http://schumilo.de) - sergej@schumilo.de / [@ms_s3c](https://twitter.com/ms_s3c)
|
|
* [Cornelius Aschermann](https://hexgolems.com) - cornelius@hexgolems.com / [@is_eqv](https://twitter.com/is_eqv)
|