Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filipeom/reading-group


https://github.com/filipeom/reading-group

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Reading Group

Reading group on symbolic execution, program analysis, and related topics.

## Papers

#### Memory Models

- [Memory Models in Symbolic Execution: Key Ideas and New Thoughts](papers/memsight.pdf)
- [A Precise and Abstract Memory Model for C Using Symbolic Values](papers/C_memory_model.pdf)
- [Gillian: Foundations, Implementation, and Applications of Compositional Symbolic Execution (PhD Thesis)](papers/Gillian_submission.pdf)
- [Generalized Symbolic Execution for Model Checking and Testing](papers/gse_2003.pdf)

#### Search Strategies

- [Compatible Branch Coverage Driven Symbolic Execution for Efficient Bug Finding](papers/SymbolicExecCoverageDriven_2024.pdf)
- [Guiding Symbolic Execution with A-star](papers/SymbolicExecAStar_2023.pdf)

#### Refile

- [Compositional Dynamic Test Generation](papers/godefroid_2007.pdf)
- [Demand-Driven Compositional Symbolic Execution](papers/anad_godefroid_2008.pdf)
- [Compositional Symbolic Execution with Memoized Replay](papers/SymbolicExecMemoisedReplay_2015.pdf)
- [Compiling symbolic execution with staging and algebraic effects](papers/staging.pdf)
- [Constraints in Dynamic Symbolic Execution: Bitvectors or Integers?](papers/intbv-tap-2019.pdf)
- [AddressSanitizer: A Fast Address Sanity Checker](papers/)
- [Chopped Symbolic Execution](papers/chopper-icse-2018.pdf)
- [Symbolic Execution for Software Testing: Three Decades Later](papers/)