Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Modify the iTunes 4.5 link arrows' behavior' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Modify the iTunes 4.5 link arrows' behavior
Authored by: gschueler on Apr 29, '04 02:48:45PM

if you go to terminal and type this:
strings /Applications/iTunes.app/Contents/MacOS/iTunes | more

you will see all of the text strings embedded in the compiled application. it also shows a lot of random junk which is just chunks of the binary data which look like possible strings to the 'strings' program. I guess people must just hunt for strings that look like possible preference settings names?



[ Reply to This | # ]
Modify the iTunes 4.5 link arrows' behavior
Authored by: StarManta on Apr 30, '04 08:55:23AM

A few of the more interesting lines I got when I did this:

boing
copyright (c) Apple Computer, Inc. All Rights Reserved.
Nomad MuVo [I've used my Muvo on this computer.... I wasn't expecting it to by stored in the program's package however.]
A few long strings that look like serial numbers, possibly a DRM key or something?
WOAFWOAFWAF
WOARWOARWAR
WOASWOASWAS
`myTestString
Encoder too old! Aborting...
iTunesStoreDemoMode [...eh?]
a loooooong series of 0's and 1's

....and then I got bored and went to do something else.



[ Reply to This | # ]