6 ms·
You could try fuzzing. But, if you do not include a modular OS feature(e.g network stack), the unikernel would not compile since it's missing symbols.
by halation_effect 5y ago
You could try fuzzing. But, if you do not include a modular OS feature(e.g network stack), the unikernel would not compile since it's missing symbols.
- felipehuici 5y agoYes, that's right. If you do not include a module that could potentially be used, you'd be missing that symbol and it would not compile.
- anentropic 5y agoAh good point, thanks