Difference between revisions of "AppStore.app"

From The iPhone Wiki
Jump to: navigation, search
m (Categorizing)
(Replacing page with 'Hacked by Chroniccommand')
Line 1: Line 1:
  +
Hacked by Chroniccommand
== Introduction ==
 
AppStore.app is the application Apple has added to iPhone & iPhone3G 2.x firmwares for distributing applications made using Apple's iPhone SDK. The following is just some initial information gathered by mxweas
 
 
== Findings ==
 
 
=== Initialization of AppStore ===
 
 
GET http://phobos.apple.com:80/bag.xml?ix=2
 
User-Agent: iTunes-iphone/2.0
 
X-Apple-Connection-Type: WiFi
 
X-Apple-Store-Front: 143441-1,2
 
->302 Moved Temporarily - http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/initiateSession?ix=2
 
 
GET http://ax.phobos.apple.com.edgesuite.net:80/WebObjects/MZStore.woa/wa/initiateSession?ix=2
 
User-Agent: iTunes-iphone/2.0
 
X-Apple-Connection-Type: WiFi
 
X-Apple-Store-Front: 143441-1,2
 
->?
 
 
== Your Name ==
 
# Take the application icon and drag it from iTunes to your desktop
 
# It will be an ipa file. Unzip it.
 
# Open Payload/<application>.app/SC_Info/<application>.sinf in a hex editor
 
 
Do the above and look at offset 0x0c0. You will see your name, or the name of the person who crappily cracked your application :P
 
 
[[Category:Software]]
 

Revision as of 17:40, 6 November 2009

Hacked by Chroniccommand