secureswitools/swisistools/test/tsignsis/packagedata/badhash/readme.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:21:33 +0300
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201033 Kit: 201035

DEF119363 Add signsis sanity checks 
===================================
In order to re-create eshell_hybrid.sis make use of the commands below. 
(The idea is that the actual exe in the sis file is substituted with a malicious one. testsignsis.pl then tests that this error is picked up by performing a check of the file hashes involved.)

m:\epoc32\tools\makesis -Xx eshell_readuserdata.pkg eshell_readuserdata.sis

hexdump eshell_readuserdata.sis > eshell_readuserdata_pkg.hex



m:\epoc32\tools\makesis -Xx eshell_caps.pkg eshell_caps.sis

hexdump eshell_caps.sis > eshell_caps_pkg.hex



hexdump eshell_readuserdata.exe > eshell_readuserdata.hex

hexdump eshell_caps.exe > eshell_caps.hex