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
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
$REVOLUTION_SDK_ROOT/RVL/bin/tools/return.elf
2007/04/20 Initial version.
CONFIDENTIAL