<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>CrackerCast Podcast - MrCracker.com - all things hacking &#187; Piracy</title>
	<atom:link href="http://mrcracker.com/category/piracy/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrcracker.com</link>
	<description>all things hacking.</description>
	<lastBuildDate>Tue, 07 Sep 2010 16:46:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; 2010 CrackerCast Podcast - MrCracker.com - all things hacking </copyright>
	<managingEditor>comments@mrcracker.com (MrCracker.com)</managingEditor>
	<webMaster>comments@mrcracker.com (MrCracker.com)</webMaster>
	<category>Hacking</category>
	<ttl>1440</ttl>
	<image>
		<url>http://mrcracker.com/logos/cig3.gif</url>
		<title>CrackerCast Podcast - MrCracker.com - all things hacking &#187; Piracy</title>
		<link>http://mrcracker.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle>All things hacking.</itunes:subtitle>
	<itunes:summary>CrackerCast covers news and topics about all things hacking!</itunes:summary>
	<itunes:keywords>hack, hacking, security, hacker, computer security,</itunes:keywords>
	<itunes:category text="Technology" />
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:author>MrCracker.com</itunes:author>
	<itunes:owner>
		<itunes:name>MrCracker.com</itunes:name>
		<itunes:email>comments@mrcracker.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://mrcracker.com/logos/cig3.gif" />
		<item>
		<title>iPhone Piracy 101: How it works</title>
		<link>http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=iphone-piracy-101-how-it-works</link>
		<comments>http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/#comments</comments>
		<pubDate>Fri, 29 May 2009 21:58:47 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Piracy]]></category>
		<category><![CDATA[Reverse Engineering]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone piracy]]></category>

		<guid isPermaLink="false">http://mrcracker.com/?p=470</guid>
		<description><![CDATA[Developing iPhone applications is all the rage now. From the mutli-million dollar software company, to the teenager in his bedroom, it has become a new phenomenon. There are now over one billion application downloads from the Apple App Store, and even more in the unofficial homebrew Cydia Store, which is an application that allows developers to make available, for free or for pay, applications that utilize private calls and libraries. For both though, there is a rising problem for developers. Read more...]]></description>
			<content:encoded><![CDATA[<p><em>**This is a guest article by Will Strafach. Unlike you, this person got off his ass and earned some $$ writing about what he loves. He has accomplished something with his life, he has written for MrCracker.com . What have you done? <a href="../2009/05/2009/05/write-for-mrc/">Click Here to start.</a>**</em></p>
<p><br style="height: 1em;" /><a href="http://mrcracker.com/wp-content/uploads/2009/05/iphone_pirate_2.jpg"><img class="alignleft size-thumbnail wp-image-471" style="margin-left: 10px; margin-right: 10px;" title="iphone_pirate_2" src="http://mrcracker.com/wp-content/uploads/2009/05/iphone_pirate_2-150x150.jpg" alt="iphone_pirate_2" width="150" height="150" /></a> Developing iPhone applications is all the rage now. From the mutli-million dollar software company, to the teenager in his bedroom, it has become a new phenomenon. There are now over one billion application downloads from the Apple App Store, and even more in the unofficial homebrew Cydia Store, which is an application that allows developers to make available, for free or for pay, applications that utilize private calls and libraries. For both though, there is a rising problem for developers. This problem is piracy of their applications, which means people buy the application and patch it to work on the device’s of other people for free. In this article, I will tell you how exactly people pirate the applications, and how you can fight back. Keep in mind that eventually, one way or another, the application will get cracked. Instead of thinking with the mindset, “How can I not let this get cracked?”, it is easier to think like, “How can I prevent this from getting cracked as long as possible?”.<br />
<br style="height: 1em;" />First, someone must buy the application. Normally, applications are encrypted with Apple’s FairPlay DRM software, but crackers have found a way around this. They then use “GNU Debugger”, or “gdb” for short, to run it. This program is available in Cydia. When the application is running, since they are controlling it via gdb, the cracker can dump the decrypted application from memory as it is running. Normally, after this, they stick the decrypted binary in the encrypted file, where the encrypted binary used to be, and then set a value called the “crypt id” from 1 to 0, to allow it to run decrypted. At this point, the application is fully decrypted, despite the intentions of Apple’s Fairplay DRM. Finally, inside of the “.app’ file, the key “SignerIdentity” with the value “Apple iPhone OS Application Signing” is added, to make the system think “It’s decrypted, it’s in the place that AppStore apps go, but it’s OK because this key means it is from Apple”. At this point, if you have added no protections to your application, the cracker is done. They simply upload their crack to a website like rapidshare.com and then distribute it as if they were super cool hackers that knew what they were doing. That’s it. Many applications have now employed additional protections though, like checking if the value “SignerIdentity” is in the Info.plist file, and although this does help, it can still be defeated. All the cracker has to do is search for the “SignerIdentity” string in IDA Pro, and then they can see what refers to it, then allowing them to see your check. The easiest thing they can do is simply patch the string to be “BLAHBLAHBLAH”, because then “SignerIdentity” can be in the plist undisturbed, and I do not think that there is any legit reason for “BLAHBLAHBLAH” to be there anyway.<br />
<br style="height: 1em;" />All in all, most crackers are script kiddies that simply try using GDB to decrypt it, and then give up with anything more complicated than the standard “SignerIdentity” check. Read my upcoming article, “iPhone Piracy 101: Steps to Prevent it” for more advanced techniques you can use to prevent piracy of your application.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=iPhone+Piracy+101%3A+How+it+works+-+http://bit.ly/2RNtz1&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;t=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;n=iPhone+Piracy+101%3A+How+it+works&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=iPhone+Piracy+101%3A+How+it+works&amp;body=Link: http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Developing%20iPhone%20applications%20is%20all%20the%20rage%20now.%20From%20the%20mutli-million%20dollar%20software%20company%2C%20to%20the%20teenager%20in%20his%20bedroom%2C%20it%20has%20become%20a%20new%20phenomenon.%20There%20are%20now%20over%20one%20billion%20application%20downloads%20from%20the%20Apple%20App%20Store%2C%20and%20even%20more%20in%20the%20unofficial%20homebrew%20Cydia%20Store%2C%20which%20is%20an%20application%20that%20allows%20developers%20to%20make%20available%2C%20for%20free%20or%20for%20pay%2C%20applications%20that%20utilize%20private%20calls%20and%20libraries.%20For%20both%20though%2C%20there%20is%20a%20rising%20problem%20for%20developers.%20Read%20more..." rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;t=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;t=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=iPhone+Piracy+101%3A+How+it+works&amp;body=Link: http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Developing%20iPhone%20applications%20is%20all%20the%20rage%20now.%20From%20the%20mutli-million%20dollar%20software%20company%2C%20to%20the%20teenager%20in%20his%20bedroom%2C%20it%20has%20become%20a%20new%20phenomenon.%20There%20are%20now%20over%20one%20billion%20application%20downloads%20from%20the%20Apple%20App%20Store%2C%20and%20even%20more%20in%20the%20unofficial%20homebrew%20Cydia%20Store%2C%20which%20is%20an%20application%20that%20allows%20developers%20to%20make%20available%2C%20for%20free%20or%20for%20pay%2C%20applications%20that%20utilize%20private%20calls%20and%20libraries.%20For%20both%20though%2C%20there%20is%20a%20rising%20problem%20for%20developers.%20Read%20more..." rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;submitHeadline=iPhone+Piracy+101%3A+How+it+works&amp;submitSummary=Developing%20iPhone%20applications%20is%20all%20the%20rage%20now.%20From%20the%20mutli-million%20dollar%20software%20company%2C%20to%20the%20teenager%20in%20his%20bedroom%2C%20it%20has%20become%20a%20new%20phenomenon.%20There%20are%20now%20over%20one%20billion%20application%20downloads%20from%20the%20Apple%20App%20Store%2C%20and%20even%20more%20in%20the%20unofficial%20homebrew%20Cydia%20Store%2C%20which%20is%20an%20application%20that%20allows%20developers%20to%20make%20available%2C%20for%20free%20or%20for%20pay%2C%20applications%20that%20utilize%20private%20calls%20and%20libraries.%20For%20both%20though%2C%20there%20is%20a%20rising%20problem%20for%20developers.%20Read%20more...&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works&amp;desc=Developing%20iPhone%20applications%20is%20all%20the%20rage%20now.%20From%20the%20mutli-million%20dollar%20software%20company%2C%20to%20the%20teenager%20in%20his%20bedroom%2C%20it%20has%20become%20a%20new%20phenomenon.%20There%20are%20now%20over%20one%20billion%20application%20downloads%20from%20the%20Apple%20App%20Store%2C%20and%20even%20more%20in%20the%20unofficial%20homebrew%20Cydia%20Store%2C%20which%20is%20an%20application%20that%20allows%20developers%20to%20make%20available%2C%20for%20free%20or%20for%20pay%2C%20applications%20that%20utilize%20private%20calls%20and%20libraries.%20For%20both%20though%2C%20there%20is%20a%20rising%20problem%20for%20developers.%20Read%20more..." rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=iPhone+Piracy+101%3A+How+it+works&amp;link=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works&amp;srcUrl=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;srcTitle=iPhone+Piracy+101%3A+How+it+works&amp;snippet=Developing%20iPhone%20applications%20is%20all%20the%20rage%20now.%20From%20the%20mutli-million%20dollar%20software%20company%2C%20to%20the%20teenager%20in%20his%20bedroom%2C%20it%20has%20become%20a%20new%20phenomenon.%20There%20are%20now%20over%20one%20billion%20application%20downloads%20from%20the%20Apple%20App%20Store%2C%20and%20even%20more%20in%20the%20unofficial%20homebrew%20Cydia%20Store%2C%20which%20is%20an%20application%20that%20allows%20developers%20to%20make%20available%2C%20for%20free%20or%20for%20pay%2C%20applications%20that%20utilize%20private%20calls%20and%20libraries.%20For%20both%20though%2C%20there%20is%20a%20rising%20problem%20for%20developers.%20Read%20more..." rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works&amp;summary=Developing%20iPhone%20applications%20is%20all%20the%20rage%20now.%20From%20the%20mutli-million%20dollar%20software%20company%2C%20to%20the%20teenager%20in%20his%20bedroom%2C%20it%20has%20become%20a%20new%20phenomenon.%20There%20are%20now%20over%20one%20billion%20application%20downloads%20from%20the%20Apple%20App%20Store%2C%20and%20even%20more%20in%20the%20unofficial%20homebrew%20Cydia%20Store%2C%20which%20is%20an%20application%20that%20allows%20developers%20to%20make%20available%2C%20for%20free%20or%20for%20pay%2C%20applications%20that%20utilize%20private%20calls%20and%20libraries.%20For%20both%20though%2C%20there%20is%20a%20rising%20problem%20for%20developers.%20Read%20more...&amp;source=CrackerCast Podcast - MrCracker.com - all things hacking" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/&amp;title=iPhone+Piracy+101%3A+How+it+works" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://mrcracker.com/2009/05/iphone-piracy-101-how-it-works/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
