On Wed, 22 Mar 2017 23:29:57 +0100, Johan Vromans <[email protected]>
wrote:

> This is a procedure that does seem to work:

Attached is a proof-of-concept program that supports this procedure.

It is two-step:

  repar --split=orig.zip orig.exe

Splits the zip section out of the original executable. This zip can be
updated with new modules.

  repar --out=new.exe orig.exe new.zip

Creates a new executable by copying the original one, but inserting the new
zip.

Note that this will only work if no updates are required to platform
dependent modules.

Have phun!

-- Johan

Attachment: repar.pl
Description: Perl program

Reply via email to