Strings: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
[http://pastebin.com/vu5HdnCx pastebin]
[http://pastebin.com/vu5HdnCx pastebin]


==== First Chunk ====
removed until further improvement. source in the pastebin
 
===== file references =====
 
===== 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) ===
=== lv2 dump (Rebug 4.46) ===

Revision as of 00:47, 25 November 2013

Description

Strings. Arrays of chars. In this case these arrays make sense and display information about what is happening inside the console. The goal of this page is to find as many strings as possible for documentative purposes.

Are these strings legal

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

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

Binary Notes
aim_spu_module 4 Strings only!
emer_init

emer_init

pastebin

removed until further improvement. source in the pastebin

lv2 dump (Rebug 4.46)

http://pastebin.com/qXvpxvVE removed until further improvement. source in the pastie

lv1 dump (Rebug 4.46)

http://pastebin.com/M6MMmXEc



Template:Strings