Quote:
Originally Posted by oren64
Nice work again
In the zlib patches douse it compress the code with null at the end like in pipcat method?
|
No. That's only needed for normal strings (which are null terminated), as zlib streams have a trailer which marks the end consisting of an adler32 checksum of the data (see
https://www.ietf.org/rfc/rfc1950.txt). I have tested this specifically to confirm.
And for updating your patches which come with kobopatch, you can either use GitHub, reply to this thread, or send me a PM.