Home
The Software Engineering Research Group (SERG) at Drexel University is dedicated to advancing the discipline of software engineering in the areas of software maintenance and software testing.
Latest news
SERG:
Welcome to the New Site!
The Software Engineering Research Group (SERG) at Drexel University is dedicated to advancing the discipline of software engineering in the areas of software maintenance and software testing.
View all news
Featured Projects
-
Aniketos
This is a research effort to investigate the creation of new techniques and tools that will enable SOA services to:
- (a) self-diagnose potential failures due to faults or security attacks
- (b) self-mitigate the effects of these potential failures at run time.
-
Bunch
Bunch is a clustering tool intended to aid the software developer and maintainer in understanding, verifying and maintaining a source code base. To do this, Bunch lets the user evaluate the quality of an application's modularization, by analyzing the source code graph.
-
REportal
REportal is a central repository for reverse engineering tools. REportal contains a comprehensive set of reverse engineering tools to profile and data mine source code and software systems. REportal relieves users of the need to obtain, learn, and maintain specific tools and operating systems to perform complex queries on software systems.
-
Gemini
Gemini protects C programs from stack based buffer overflows by moving all stack allocated arrays onto the heap. It does this at compile time by transforming the source code before it is passed to gcc.