Binary patch-generation in C#

前端 未结 6 1341
庸人自扰
庸人自扰 2020-12-25 13:56

Does anyone have, or know of, a binary patch generation algorithm implementation in C#?

Basically, compare two files (designated old and new), and

6条回答
  •  忘掉有多难
    2020-12-25 14:51

    If this is for installation or distribution, have you considered using the Windows Installer SDK? It has the ability to patch binary files.

    http://msdn.microsoft.com/en-us/library/aa370578(VS.85).aspx

提交回复
热议问题