Do you know if exist some software that generates incremental patches?
Let me explain: I have an .EXE that I distribute, then i add some functions to it and that generates a bigger EXE, so the idea is to generate a patch to add just the new part to the exe, is it possible?
Thanks.