home.social

#binarydiffing — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #binarydiffing, aggregated by home.social.

  1. Dear everyone in the academia using "Machine Learning" for Binary Code Similarity Analysis (ie, bindiffing): AI is bad for anything that requires exact results. It will generate a huge amount of false positives mixed with a varying degree of similar results and is pretty hard to understand its output.

    #bindiffing #BinaryDiffing #ProgramDiffing #MachineLearning #BCSA #ArtificialIntelligence

  2. @joxean I think a fine-grained callgraph including call site information would break this tie.

    Match the call sites in the two binaries, using instruction-level comparisons. You can then differentiate between the two call edges, based on which call site they are from.