Y
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
felipehuici
1877 days ago
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.
link
anentropic
1872 days ago
Ah good point, thanks
link