On Thursday 09 of October 2014 12:08:07 Gelonida N wrote: > Hi, > > I wondered whether theEW is an easy way to patch code, that i > distributed with pyinstaller.
One dumb question. Could you please explain to me what is it "theEW"? > One option would be to replace one file in the zlib archive, however I > don't knoQ whow to achieve this. > In the documentation there is mentioning of inspecting zlibArchives, but > no mentioning of how to replace/add a file in a ZlibArchive. > > Is this possible? There is no API for that and I don't know how it should be implemented. The zlib archive is appended at the end of the exe file. If you'd like to have better granularity you could try patch even single python modules but in that case you would have to recalculate memory offsets of other python modules. And it also depends if your app is onedir or onefile mode.
signature.asc
Description: This is a digitally signed message part.
