Binary Diffing

Noun · Security & Infosec

Definitions

  1. The comparison of two compiled binaries to identify changed code, patched vulnerabilities, or behavioral differences without relying on source code. It is widely used in vulnerability research and patch analysis.

    In plain English: Comparing two compiled programs to see what changed inside them.

    Example: "The researcher used binary diffing between the old and patched builds to locate the vulnerable function quickly."

Related Terms