Fwd: Code signing PAR follow-up
[email protected] (Roderich Schupp)
| Newsgroups | perl.par |
|---|---|
| Message-ID | <CAC9r9za6owa+2GDpTTiztyzrJ+auvot3hPidXaqi9vfEb96c2g@mail.gmail.com> |
On Sun, Jun 14, 2015 at 8:41 AM, Daniel Caspi <[email protected]> wrote: > One thing in particular is that the code signature extends the length of the > binary. It seems like the PAR executable has to end with "\nPAR\n". Correct. > The code signature needs to add characters at the end of this binary in > order to be valid. Is there a way to have PAR ignore characters after this > final \nPAR\n for packed executables? One might relax that to "\nPAR\n" within the last 4K of the packed executable with little effort. Cheers, Roderich