|
2 | 2 |
|
3 | 3 | []() [](https://isocpp.org/std/the-standard) [](https://opensource.org/licenses/MIT) []() |
4 | 4 |
|
5 | | -[](https://comsec.ethz.ch/wp-content/files/blacksmith_sp22.pdf) [](https://www.ieee-security.org/TC/SP2022/program-papers.html) [-red.svg)](https://nccr-automation.ch/) |
| 5 | + |
| 6 | +[](https://www.research-collection.ethz.ch/handle/20.500.11850/525013) [](https://www.research-collection.ethz.ch/handle/20.500.11850/525008) [](https://www.ieee-security.org/TC/SP2022/program-papers.html) [-red.svg)](https://nccr-automation.ch/) |
6 | 7 |
|
7 | 8 | This repository provides the code accompanying the paper _[Blacksmith: Scalable Rowhammering in the Frequency Domain](https://comsec.ethz.ch/wp-content/files/blacksmith_sp22.pdf)_ that is to appear in the IEEE conference Security & Privacy (S&P) 2022. |
8 | 9 |
|
@@ -94,16 +95,30 @@ Configuration parameters of Blacksmith that we did not need to modify frequently |
94 | 95 |
|
95 | 96 | ## Citing our Work |
96 | 97 |
|
97 | | -To cite Blacksmith in academic papers, please use the following BibTeX entry: |
| 98 | +To cite the Blacksmith **paper** in other academic papers, please use the following BibTeX entry: |
98 | 99 |
|
99 | 100 | ``` |
100 | | -@inproceedings{jattke2021blacksmith, |
| 101 | +@inproceedings{20.500.11850/525008, |
101 | 102 | title = {{{BLACKSMITH}}: Rowhammering in the {{Frequency Domain}}}, |
102 | 103 | shorttitle = {Blacksmith}, |
103 | 104 | booktitle = {{{IEEE S}}\&{{P}} '22}, |
104 | 105 | author = {Jattke, Patrick and {van der Veen}, Victor and Frigo, Pietro and Gunter, Stijn and Razavi, Kaveh}, |
105 | | - year = {2021}, |
106 | | - month = nov, |
| 106 | + year = {2022-05}, |
107 | 107 | note = {\url{https://comsec.ethz.ch/wp-content/files/blacksmith_sp22.pdf}} |
| 108 | + doi = {20.500.11850/525008}, |
| 109 | +} |
| 110 | +``` |
| 111 | + |
| 112 | +To cite the Blacksmith **software** in academic papers, please use the following BibTeX entry: |
| 113 | + |
| 114 | +``` |
| 115 | +@MISC{20.500.11850/525013, |
| 116 | + title = {{{BLACKSMITH}}: Rowhammering in the {{Frequency Domain}}}, |
| 117 | + copyright = {MIT License}, |
| 118 | + year = {2022-05}, |
| 119 | + author = {Jattke, Patrick and van der Veen, Victor and Frigo, Pietro and Gunter, Stijn and Razavi, Kaveh}, |
| 120 | + language = {en}, |
| 121 | + note = {\url{https://github.com/comsec-group/blacksmith}} |
| 122 | + doi = {20.500.11850/525013} |
108 | 123 | } |
109 | 124 | ``` |
0 commit comments