Skip to content

Commit b81356d

Browse files
author
Sebastian Poeplau
committed
Add contact details and a BibTeX entry
1 parent 5e03728 commit b81356d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,30 @@ many cases it is sufficient to let Ninja figure out what to rebuild (and
136136
recompile libc++ only when necessary).
137137

138138

139+
Contact
140+
141+
Feel free to use GitHub issues and pull requests for improvements, bug reports,
142+
etc. Alternatively, you can send an email to Sebastian Poeplau
143+
([email protected]) and Aurélien Francillon
144+
145+
146+
147+
Reference
148+
149+
To cite SymCC in scientific work, please use the following BibTeX:
150+
151+
@inproceedings {poeplau2020symcc,
152+
author = {Sebastian Poeplau and Aurélien Francillon},
153+
title = {Symbolic execution with {SymCC}: Don't execute, compile!},
154+
booktitle = {29th {USENIX} Security Symposium ({USENIX} Security 20)},
155+
year = 2020,
156+
address = {Boston, MA},
157+
url = {https://www.usenix.org/conference/usenixsecurity20/presentation/poeplau},
158+
publisher = {{USENIX} Association},
159+
month = August,
160+
}
161+
162+
139163
License
140164

141165
SymCC is free software: you can redistribute it and/or modify it under the terms

0 commit comments

Comments
 (0)