Hacker News new | ask | show | jobs
by halation_effect 1877 days 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.
1 comments

Yes, 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.
Ah good point, thanks