joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

allow efficient diffing from the command line (integrated with idahunt) #246

Closed saidelike closed 1 year ago

saidelike commented 1 year ago

An example of use for this is in idahunt. See detailed example in https://github.com/nccgroup/idahunt#binary-diffing where it shows how IDA is called and what environment variables are set. We obtain https://github.com/nccgroup/idahunt/blob/main/img/TmRecoverResourceManagerExt.png

The code changes consists in:

saidelike commented 1 year ago

I've made additional changes and commented on your comments. Thanks for the feedbacks.

saidelike commented 1 year ago

I've made the additional changes based on your feedbacks. If you are happy with them, feel free to merge.

joxeankoret commented 1 year ago

And changes integrated. Thank you!