ayassinsayed
Member
I don't think it's encrypted properly.
In pkg.py line 532 it reads 1MB:
piece = fo.read(0x100000) <--- that is 0x10 * 0x10000
Then in line 538 it calls: context = pkgcrypt.keycrypt(context)
In crypt.c line 75 the loop is processed until manipulation_count = 10000 <== should be 0x10000
If the pkg is larger than 156KB (0x10 * 10000), it probably is not encrypted correctly. You should check the MD5 of the extracted files to confirm that it's broken![]()
Yes i think there is error an error i test the program three time but give me same error but the screen shot too bad sorry i will shot it again when i back to home
Sent from my iPhone using Tapatalk