From 00db86252e5225f6b7b0ef9efeb9a497c6eccf38 Mon Sep 17 00:00:00 2001 From: rc-94 <71027569+rc-94@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:22:40 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index c92be62..9c7c4dd 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,26 @@ differ.process() mapping = differ.compute_matching() output = {(match.primary.addr, match.secondary.addr) for match in mapping} ``` +## Citing this work +If you use QBinDiff in your work, please consider to cite it using these references : +``` +@inproceedings{CAIDQBinDiff, + author = "Cohen, Roxane and David, Robin and Mori, Riccardo and Yger, Florian and Rossi, Fabrice", + title = "Improving binary diffing through similarity and matching intricacies", + booktitle = "Proc. of the 6th Conference on Artificial Intelligence for Defense", + year = 2024, +} +``` + +``` +@misc{SSTICQBinDiff, + title = "QBinDiff: A modular differ to enhance binary diffing and graph alignment", + author = "Cohen, Roxane and David, Robin and Mori, Riccardo and Yger, Florian and Rossi, Fabrice", + howpublished = "\url{https://www.sstic.org/2024/presentation/qbindiff_a_modular_differ/}", + year = 2024, +} +``` ## Contributing & Contributors Any help, or feedback is greatly appreciated via Github issues, pull requests.