Introduce upgtools for sony nwz players
commitcb09e369fb1ed41b5724a45929a49b42c2718203
authorAmaury Pouly <amaury.pouly@gmail.com>
Sat, 3 Nov 2012 01:16:01 +0000 (3 02:16 +0100)
committerAmaury Pouly <amaury.pouly@gmail.com>
Sat, 3 Nov 2012 01:16:01 +0000 (3 02:16 +0100)
tree7726be112eb489c07de82c82bec8f32d93855af0
parent8c1a9f508277ee3c3f36665ff9f60bc091529891
Introduce upgtools for sony nwz players

This tool can unpack UPG archives for firmware updates.

Change-Id: I32f5f1a84759198c7af4a4ecfd7aa65eaeda567a
utils/nwztools/upgtools/Makefile [new file with mode: 0644]
utils/nwztools/upgtools/fwp.c [new file with mode: 0644]
utils/nwztools/upgtools/fwp.h [new file with mode: 0644]
utils/nwztools/upgtools/keysig_search.c [new file with mode: 0644]
utils/nwztools/upgtools/keysig_search.h [new file with mode: 0644]
utils/nwztools/upgtools/mg.cpp [new file with mode: 0644]
utils/nwztools/upgtools/mg.h [new file with mode: 0644]
utils/nwztools/upgtools/misc.c [new file with mode: 0644]
utils/nwztools/upgtools/misc.h [new file with mode: 0644]
utils/nwztools/upgtools/upgtool.c [new file with mode: 0644]