how to compute differences between two binaries (i.e., two executables) in linux

Posted by Indranil on Stack Overflow See other posts from Stack Overflow or by Indranil
Published on 2012-11-16T10:55:04Z Indexed on 2012/11/16 10:59 UTC
Read the original article Hit count: 422

Filed under:
|
|
|
|

In Linux is there any way to compute the differences between two binaries (i.e., two executables)?

Let me be more specific: I want to know how to compute the delta (delta difference) between two versions of an executable or application or software in Linux. For example if I have to download and install only the updated part (the delta difference between the latest version and the old version) of an existing application or binary how do I do that in Linux.

© Stack Overflow or respective owner

Related posts about c

    Related posts about linux