LadybirdBrowser / ladybird

Truly independent web browser
https://ladybird.org
BSD 2-Clause "Simplified" License
19.99k stars 827 forks source link

IPC Fuzzing #306

Open ADKaster opened 3 months ago

ADKaster commented 3 months ago

We should figure out how to fuzz LibIPC. Previous work shows that the library is not very robust at all.

https://github.com/SerenityOS/serenity/issues/11176

Mozilla has started using a stateful VM snapshot tool called Nyx for fuzzing Firefox IPC.

https://nyx-fuzz.com https://hacks.mozilla.org/2024/06/snapshots-for-ipc-fuzzing/