0 Members and 6 Guests are viewing this topic.
Hmm darn, I hope this won't cause jailbreaking to be much more of a nightmare X.x. Good luck!
Also the current method to affect the checksum of the app is to modify the image data, meaning it is difficult to import your own images.
Quote from: z80man on February 08, 2011, 10:25:16 pmAlso the current method to affect the checksum of the app is to modify the image data, meaning it is difficult to import your own images.There's a lot of unused empty data in the header. Can't we try to modify that instead of the icons?
Quote from: JosJuice on February 09, 2011, 01:37:40 amQuote from: z80man on February 08, 2011, 10:25:16 pmAlso the current method to affect the checksum of the app is to modify the image data, meaning it is difficult to import your own images.There's a lot of unused empty data in the header. Can't we try to modify that instead of the icons?Yes there is a lot of empty space in the header, but if you have an app with a larger code size than the base app you will have to subtract bytes and the only safe way to do this is in the image data.And for the app signer I'm working on I'm just going to port it to java. There were too many issues with Visual C++ and java is more portable.