Title Dehydra for Mingw
Student Bo Yang
Mentor Benjamin Smedberg
Abstract
Now, Dehydra is used to do static analysis for Mozilla source code in Linux platform. But there are also many Windows specific code in Mozilla which can’t be statically analyzed by Dehydra. However, gcc has its Windows migration, Mingw. So, port Dehydra to Mingw toolchain will make static analysis of Windows specific code feasible.
    One way to achieve this is to compose a cross-compile environment for building Windows version application on Linux machine. In this environment we use cross-compile gcc with Dehydra integrated to build the Mozilla source and do the static analysis. Along this line, I propose this project.