UniverseFly / Readings

Reading valuable research ideas while taking notes through GitHub Issues
0 stars 0 forks source link

NDSS'19 | NAUTILUS: Fishing for Deep Bugs with Grammars #6

Closed UniverseFly closed 2 years ago

UniverseFly commented 3 years ago

https://www.ndss-symposium.org/wp-content/uploads/2019/02/ndss2019_04A-3_Aschermann_paper.pdf

UniverseFly commented 2 years ago

In summary, this paper designs one naive tree generator and several tree-level mutators on top of that based on some heuristics. It only passes syntax checks doesn't intend to pass semantic checks.

Overall, it shares interesting ideas on tree-level mutator design, but doesn't propose something brand-new.