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 1/2] 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. From bb478295becb7cf5e92ef95177255d5a24e45565 Mon Sep 17 00:00:00 2001 From: Robin David Date: Thu, 28 Nov 2024 23:28:16 +0100 Subject: [PATCH 2/2] add CITATION.cff file --- CITATION.cff | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..b9b6193 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,42 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Mori" + given-names: "Riccardo" +- family-names: "David" + given-names: "Robin" + orcid: "https://orcid.org/0009-0008-8214-875X" +- family-names: "Cohen" + given-names: "Roxane" +- family-names: "Challande" + given-names: "Alexis" +- family-names: "Mengin" + given-names: "Elie" +title: "QBindiff" +version: 1.2.2 +date-released: "2023-10-12" +license: Apache-2.0 +url: "https://github.com/quarkslab/qbindiff" +preferred-citation: + type: conference + authors: + - family-names: "Cohen" + given-names: "Roxane" + - family-names: "David" + given-names: "Robin" + orcid: "https://orcid.org/0009-0008-8214-875X" + - family-names: "Mori" + given-names: "Riccardo" + - family-names: "Yger" + given-names: "Florian" + - family-names: "Rossi" + given-names: "Fabrice" +# doi: "10.0000/00000" + journal: "Conference on Artificial Intelligence for Defense" + month: 11 +# start: XX # First page number +# end: XX # Last page number + title: "Improving binary diffing through similarity and matching intricacies" + issue: 1 + volume: 1 + year: 2024