return.elf

Description

Simulates the state of the process when it has returned from the channel installer. After it has executed, switch out for the data you want to launch (DLF, RPF, RVM).

% ndrun return.elf -a gameName company diskNumber gameVersion resetCode launchCode returnCode

Example of Execution

When the process returns from the channel installer, resetCode is 0xA0020000(OS_RESETCODE_INSTALLER), so specify this way:

% ndrun return.elf -a RABA ZZ 0 0 A0020000 DEADBEEF 00000000

Location

$REVOLUTION_SDK_ROOT/RVL/bin/tools/return.elf

Revision History

2007/04/20 Initial version.


CONFIDENTIAL