Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rc-94 authored Nov 22, 2024
1 parent e6d8085 commit 00db862
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00db862

Please sign in to comment.