TheAssemblyArmada / Thyme

An open source re-implementation of Generals : Zero Hour written in C++.
GNU General Public License v2.0
569 stars 54 forks source link

fuzzing #1133

Open JohnsterID opened 1 month ago

JohnsterID commented 1 month ago

There is potential to also fuzz the applications that are completed that already have command line arguments. For example, wdump.exe to open a w3d file.

A dev at OpenMW was using AFL++ but there is also the potential of using Dr. Memory fuzz testing mode.

OpenMW fuzzing guide: https://web.archive.org/web/20220127035531/https://gitlab.com/OpenMW/openmw/-/wikis/development/fuzzing OpenMW dev blog post: https://dustri.org/b/finding-bugs-in-openmw-with-afl-and-honggfuzz.html