- upload the lib to dnf
- upload the lib to apt
- implement techniques from here https://stackoverflow.com/questions/43026032/detect-running-on-virtual-machine
- check if bios date in /sys/class/dmi/id/ could be useful under QEMU
- /sys/class/dmi/id/product_name check this in qemu
- implement techniques from here https://www.cyberciti.biz/faq/linux-determine-virtualization-technology-command/
- implement techniques from virt-what
- implement empty /sys/class dirs:
- iommu
- power_supply
- check for presence of /dev/virtio-ports dir
- add the library to conan.io
- add a reliable ci/cd for the debug binary
- add an extra faq on ignoring false negatives and virtual devices on host
- research 86box and pcem detection vectors
- add a python version of the library (or any other lang for that matter)
- add a GUI version of the lib
- add a rust version of the lib
- submit the project to oss-fuzz