Skip to content

Commit 00db862

Browse files
authored
Update README.md
1 parent e6d8085 commit 00db862

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,26 @@ differ.process()
190190
mapping = differ.compute_matching()
191191
output = {(match.primary.addr, match.secondary.addr) for match in mapping}
192192
```
193+
## Citing this work
194+
If you use QBinDiff in your work, please consider to cite it using these references :
193195

196+
```
197+
@inproceedings{CAIDQBinDiff,
198+
author = "Cohen, Roxane and David, Robin and Mori, Riccardo and Yger, Florian and Rossi, Fabrice",
199+
title = "Improving binary diffing through similarity and matching intricacies",
200+
booktitle = "Proc. of the 6th Conference on Artificial Intelligence for Defense",
201+
year = 2024,
202+
}
203+
```
204+
205+
```
206+
@misc{SSTICQBinDiff,
207+
title = "QBinDiff: A modular differ to enhance binary diffing and graph alignment",
208+
author = "Cohen, Roxane and David, Robin and Mori, Riccardo and Yger, Florian and Rossi, Fabrice",
209+
howpublished = "\url{https://www.sstic.org/2024/presentation/qbindiff_a_modular_differ/}",
210+
year = 2024,
211+
}
212+
```
194213
## Contributing & Contributors
195214

196215
Any help, or feedback is greatly appreciated via Github issues, pull requests.

0 commit comments

Comments
 (0)