forked from eschulte/software-evolution
-
Notifications
You must be signed in to change notification settings - Fork 0
evolution of extant software
License
yiyiay/software-evolution
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Archived Development moved to https://github.com/GrammaTech/sel Archived SOFTWARE EVOLUTION programmatic modification and evaluation of extant software The SOFTWARE EVOLUTION library enables the programmatic modification and evaluation of extant software. A common interface abstracts over multiple types of software objects including abstract syntax trees parsed from source code, LLVM IR, compiled assembler, and linked ELF binaries. Mutation and evaluation methods are implemented on top of this interface supporting Search Based Software Engineering (SBSE) techniques. This library has been used to optimize benchmark programs (see https://github.com/eschulte/goa) and to patch vulnerabilities in closed source binaries (see http://eschulte.github.io/netgear-repair). See the info manual for more information. Available in the doc/ directory and at http://eschulte.github.io/software-evolution. Please cite Eric Schulte's Ph.D. dissertation when you publish results that you have obtained with the SOFTWARE EVOLUTION library. @phdthesis{schulte2014dissertation, author = {Eric Schulte}, title = {Neutral Networks of Real-World Programs and their Application to Automated Software Evolution}, school = {University of New Mexico}, address = {Albuquerque, USA}, month = {July}, year = {2014}, note = {https://cs.unm.edu/~eschulte/dissertation} }
About
evolution of extant software
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Common Lisp 96.5%
- Shell 2.7%
- Other 0.8%