Jeff Keacher píše v Út 11. 12. 2012 v 09:55 -0800:
> Now, pyinstaller does include the ability to look backwards from the
> end of the executable a little ways in an effort to find the magic
> number (a feature that was apparently added to support digital
> signatures on Windows), so a relatively small change might add support
> for sticking the archive further back in the executable.

I'm going to work more on the bootloader code so this could be done as
part of that.

> One possibility would be sticking the archive in a TEXT segment of the
> executable (caveat: I haven't investigated that thoroughly), but then
> the pyinstaller build script would need to be able to intelligently
> reconstruct the executable with a valid MachO structure, all without
> disrupting the pointers in the "load commands" section of the file.

Do you think that library macholib would be able to do this 'intelligent
reconstructions'?

We already use that library for some manipulation with MachO headers.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to