Lord Vader said:
Excuse the late question on this post, but are these patches all now included in the latest version of Zipper or tweak.sh? Just curious.
Well the zipper does have the 30 second skip and encription hack. You have to run these scripts via telnet for HME/HMO and to remove trial message. These only work on 6.3e.
Originally Posted by labbie48
6.3e tivoapp patches
#No encryption
echo -ne "\x3C\x02\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=1601872
#30-second skip
echo -ne "\x10\x40\x00\x2b" | dd conv=notrunc of=tivoapp bs=1 seek=6717416
#Backdoors
echo -ne "\x24\x10\x00\x01" | dd conv=notrunc of=tivoapp bs=1 seek=2804964
#HMO/HME
echo -ne "\x34\x11\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=903776
echo -ne "\x24\x10\x00\x01" | dd conv=notrunc of=tivoapp bs=1 seek=1118188
echo -ne "\x10\x00\x00\x14" | dd conv=notrunc of=tivoapp bs=1 seek=5704588
#Removes Tivo Plus Features (Trial ends today)
echo -ne "\x24\x02\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=918052