Editing Strings
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5: | Line 5: | ||
==Are these strings legal== | ==Are these strings legal== | ||
They're words. I don't know any case of illegal words | They're words. I don't know any case of illegal words, but in case this is somewhat illegal, the moderator can delete the page and it'll be done. | ||
== Tools used == | == Tools used == | ||
Only | Only one tool was used. The strings linux command. The extraction of the pup was made with pupexplode. Cygwin x86 was used as a command line interface. | ||
== Strings == | == Strings == | ||
=== aim_spu_module === | |||
<pre> | |||
(spu)start aim spu module! | |||
(spu) PU DMA area start address is not align 16byte | |||
(spu) PU EID area start address is not align 16byte | |||
(spu) PU DMA area size is not equall to AIM_DMA_SIZE | |||
</pre> | |||
=== emer_init === | |||
[http://pastebin.com/vu5HdnCx pastebin] | |||
==== First Chunk ==== | |||
===== factory/recover mode references ===== | |||
<pre> | |||
is factory mode ret[%x] | |||
get recover mode ret[%x] | |||
factory mode ON recover flag[%x] | |||
factory mode ON recover flag[%x] --> [%x] | |||
set recover mode ret[%x] | |||
</pre> | |||
===== cellPad references ===== | |||
<pre> | |||
cellPadEnd() %x | |||
cellPadGetPadInfo2 [%08x] | |||
cellPadConfigSetLed [%08x] | |||
</pre> | |||
===== file references ===== | |||
<pre> | |||
ss::g_emer_init::get_pup_filepath() error | |||
ss::g_emer_init::get_pup_filepath() error | |||
File open error [%s] | |||
file read error [%s] return value %d | |||
file read error segment_table [%s] return value [%d] | |||
file seek error [%s] seek value [%lld] return value %d | |||
file read error [%s] return value [%d] | |||
CELL_FS_IOS:PATA1_HDD_DRIVE | |||
CELL_FS_FAT | |||
</pre> | |||
===== emer_init references ===== | |||
<pre> | |||
emer_init::search_update_package() ERROR %d | |||
emer_init::probe_hdd() ERROR %d | |||
emer_init::search_regions() ERROR %d | |||
emer_init::prepare_partitions() ERROR %d | |||
emer_init::setup_updating_environment() ERROR %d | |||
</pre> | |||
===== others ===== | |||
<pre> | |||
PowerStateError!! [%d] | |||
RescueUtilityGetTvSetting %x | |||
argc [%d] argv[1] [%s] | |||
Gcm Init Memory Shortage. | |||
Gcm Init Memory Shortage. | |||
-mode=safe | |||
Resolution Error %d | |||
Format Error %d | |||
texture | |||
tex_ratio | |||
position | |||
color | |||
modelViewProj | |||
ramE | |||
/dev_hdd1/PS3UPDATE | |||
Unknown ERROR!!!! %d | |||
ErrorPage[%d] Code[%d] | |||
/dev_hdd1 | |||
The hard disk cannot be accessed. (01) %x | |||
The hard disk cannot be accessed. (03) %x | |||
cellSsAimIsCEX() %x | |||
g_vshTarget : [%d] | |||
Thread join failed. | |||
Thread join failed. | |||
Not Create Thread!! | |||
Not Create Thread!! | |||
ErrorCode [%d] | |||
countdown_thread | |||
update_manager_if::set_update_status() ERROR %d | |||
</pre> | |||
=== lv2 dump (Rebug 4.46) === | |||
http://pastebin.com/qXvpxvVE | |||
==== Game IDs ==== | |||
<pre> | |||
BLES00012 | |||
BLUS30013 | |||
BLAS50004 | |||
NPJA00007 | |||
NPUA80001 | |||
NPEA00021 | |||
BLUS30020 | |||
BLES00029 | |||
BLJM60016 | |||
</pre> | |||
==== MFC ==== | |||
<pre> | |||
MFC_DAR 0x%lx, MFC_DSISR 0x%lx | |||
PFN MFC_CNTL %x | |||
PGR MFC_CNTL %x | |||
MFC FIR | |||
DSI segment, MFC_DAR 0x%llx %s #%x | |||
DSI storage, MFC_DSISR 0x%llx, MFC_DAR 0x%llx %s #%x | |||
mfceieio | |||
mfcsync | |||
MFC context: | |||
SPU | |||
%4sQ #%1x: EA %016llx LSA %05x Size %04x Op %02x Tag %02x R/T %01x%01x | |||
LtAddr %04x LtSize %03x Lt/No/Q/Ea/Ce/eV/lB/Sb/Ib %c%c%c%c%c%c%c%c%c | |||
SPU tag count Prxy tag count SPU Sb/Lb/Fb Prxy Sb/Fb | |||
#%02d %02d #%02d %02d #%02d %1d #%02d %1d #%1x %c%c%c %c%c | |||
</pre> | |||
=== lv1 dump (Rebug 4.46) === | |||
http://pastebin.com/M6MMmXEc |