<?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/"
	>

<channel>
	<title>Cocoanetics &#187; Copy Protection</title>
	<atom:link href="http://www.cocoanetics.com/category/copy-protection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cocoanetics.com</link>
	<description>Our DNA is written in Objective-C</description>
	<lastBuildDate>Sun, 20 May 2012 14:40:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>State of the Art in Cracking Apps</title>
		<link>http://www.cocoanetics.com/2009/11/state-of-the-art-in-cracking-apps/</link>
		<comments>http://www.cocoanetics.com/2009/11/state-of-the-art-in-cracking-apps/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:59:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Copy Protection]]></category>

		<guid isPermaLink="false">http://www.drobnik.com/touch/?p=1423</guid>
		<description><![CDATA[With the number of apps on the app store soon reaching the big 100.000 it is only logical that piracy continues to flourish. At the beginning of this year a tool named Crackulous promised to make it easy for everyone to become a pirate, claiming to be the solution to a flawed app store. At the time of this writing Crackulous version 0.9 is public and the next version 1.0 is being &#8220;in development&#8221; for more than half a year. Piracy is a thorn in the side of all small time iPhone developers who can hope to make around $10 per app per day. Those hard working coders now face the likelyhood of  loosing half of their revenue to pirates making it continuously easier to get the apps for free. According to latest numbers of Pinch app to 60% of apps in use are in fact cracked copies. There are several things that you can do being such a developer who sees a at least a portion of his potential income being stolen. cease to protect and consider pirated apps as additional advertisements pay hundreds of dollars to a professional protection service do some research and collect together methods to detect cracks and modify your app&#8217;s behavior if you find it is cracked join the AntiCrack community to gain access to our repository and put this into your apps, mix and match, use what you like or the fatalistic option is too cease making iPhone apps alltogether I encourage everyone to do a bit of his own research to understand the techniques that are out there and maybe develop a couple of your own. But for everybody who still wants to try to do at least something we made AntiCrack. &#160; To be able to claim successful cracking of an app these things need to occur: The encryption that Apple applies to the binary during Review needs to be removed The cracker needs to disassemble the binary and manually disable or circumvent all detection and countermeasures The cracker needs to test the app to be certain that there are no time-delayed traps The hacked binary needs to be repackaged and distributed Crackulous 1.0 is rumored to be signing the app with a self-signed certificate. This will make most of the current generation checks which rely on looking for modifications of info.plist obsolete. The current version 0.9 of Crackulous is unable to auto-dump the decrypted binary, instead you get a message that the dump file does not exist. This knowledge is the reason why we were claiming to &#8220;completely eliminate the risk&#8221; of being cracked. Admittedly this was marketing lingo, the truth would be found in the small print to say that AntiCrack 2.0 is able to prevent Crackulous 0.9 from decrypting apps. There was a blog post on freakbits.com flaming me for the original statement. The author of the post enigmax and a couple of other people with fancy nicknames (hiding their identity) found that I was making a overly bold statement that held no truth. Hm, truth in advertising &#8230; Seasoned Russian cracker crash-x offered to demonstrate that he is able to manually disable all checks I put into an app of mine. Being a good sport I provided a promo code and let him play with it. He spent around one hour in total to dump and hack around on the app. But when it came to prove that he actually achieved what he claimed, he refused to write up what he did or how he did it. If this was out of generosity for the people who use the current generation AntiCrack or if this gives him some rise can only be speculated. For all I know he found only the obvious checks. We will never know. Our Ruski pal proved something that we already knew: if you are well versed in ARM-Assembler you can probably disable most of the anti-piracy checks in less than an hour. It appears you still need to manually dump the binary from memory. And it also appears that if there are enough checks in the app even an experienced hacker will miss a couple. Where does this leave the promise of AntiCrack? Mostly intact I should say. I amended my overly precocious statement on the marketing page and until proven otherwise AntiCrack continues to provide an easy to add protection layer against auto-cracking by wanna-be hackers. AntiCrack 2.0 already contains a mild degree of polymorphism. We are waiting to see how Crackulous 1.0 will deal with it once it finally becomes public. Then we have a couple of additional tricks up our sleeve to make a binary into a true polymorphous mine-field for manual hackers. The point of AntiCrack is not to make something difficult. It&#8217;s to make something so easy that you can [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://www.cocoanetics.com/2009/11/state-of-the-art-in-cracking-apps/"></g:plusone></div><p>With the number of apps on the app store soon reaching the big 100.000 it is only logical that piracy continues to flourish. At the beginning of this year a tool named Crackulous promised to make it easy for everyone to become a pirate, claiming to be the solution to a flawed app store. At the time of this writing Crackulous version 0.9 is public and the next version 1.0 is being &#8220;in development&#8221; for more than half a year.</p>
<p>Piracy is a thorn in the side of all small time iPhone developers who can hope to make around $10 per app per day. Those hard working coders now face the likelyhood of  loosing half of their revenue to pirates making it continuously easier to get the apps for free. According to <a href="http://www.pinchmedia.com/blog/piracy-in-the-app-store-from-360idev/">latest numbers of Pinch</a> app to 60% of apps in use are in fact cracked copies.</p>
<p>There are several things that you can do being such a developer who sees a at least a portion of his potential income being stolen.</p>
<ul>
<li>cease to protect and consider pirated apps as additional advertisements</li>
<li>pay hundreds of dollars to a professional protection service</li>
<li>do some research and collect together methods to detect cracks and modify your app&#8217;s behavior if you find it is cracked</li>
<li>join the AntiCrack community to gain access to our repository and put this into your apps, mix and match, use what you like</li>
<li>or the fatalistic option is too cease making iPhone apps alltogether</li>
</ul>
<p>I encourage everyone to do a bit of his own research to understand the techniques that are out there and maybe develop a couple of your own. But for everybody who still wants to try to do at least <em>something</em> we made AntiCrack.</p>
<p><span id="more-1423"></span></p>
<div class="inner_ad_block">
<div id="advman-7" class="widget Advman_Widget">
<h3 class="widgettitle"></h3>
<p><!-- BuySellAds.com Zone Code --></p>
<div id="bsap_1260346" class="bsarocks bsap_fc3166ea4a479e0fdb4251fbe92a1219"></div>
<p><!-- End BuySellAds.com Zone Code --></div>
<div id="text-21" class="widget widget_text">
<div class="textwidget">
<p>&nbsp;</p>
</div></div>
</div>
<p>To be able to claim successful cracking of an app these things need to occur:</p>
<ol>
<li>The encryption that Apple applies to the binary during Review needs to be removed</li>
<li>The cracker needs to disassemble the binary and manually disable or circumvent all detection and countermeasures</li>
<li>The cracker needs to test the app to be certain that there are no time-delayed traps</li>
<li>The hacked binary needs to be repackaged and distributed</li>
</ol>
<p>Crackulous 1.0 is rumored to be signing the app with a self-signed certificate. This will make most of the current generation checks which rely on looking for modifications of info.plist obsolete. The current version 0.9 of Crackulous is unable to auto-dump the decrypted binary, instead you get a message that the dump file does not exist.</p>
<p>This knowledge is the reason why we were claiming to &#8220;completely eliminate the risk&#8221; of being cracked. Admittedly this was marketing lingo, the truth would be found in the small print to say that AntiCrack 2.0 is able to prevent Crackulous 0.9 from decrypting apps. There was a blog post on <a href="http://freakbits.com/anticrack-for-iphone-makes-promises-it-cant-keep-1101">freakbits.com</a> flaming me for the original statement. The author of the post enigmax and a couple of other people with fancy nicknames (hiding their identity) found that I was making a overly bold statement that held no truth. Hm, truth in advertising &#8230;</p>
<p>Seasoned Russian cracker crash-x offered to demonstrate that he is able to manually disable all checks I put into an app of mine. Being a good sport I provided a promo code and let him play with it. He spent around one hour in total to dump and hack around on the app. But when it came to prove that he actually achieved what he claimed, he <a href="http://www.twitlonger.com/show/qdjn">refused to write up</a> what he did or how he did it. If this was out of generosity for the people who use the current generation AntiCrack or if this gives him some rise can only be speculated. For all I know he found only the obvious checks. We will never know.</p>
<p>Our Ruski pal proved something that we already knew: if you are well versed in ARM-Assembler you can probably disable most of the anti-piracy checks in less than an hour. It appears you still need to manually dump the binary from memory. And it also appears that if there are enough checks in the app even an experienced hacker will miss a couple.</p>
<p>Where does this leave the promise of AntiCrack? Mostly intact I should say.</p>
<p>I amended my overly precocious statement on the marketing page and until proven otherwise AntiCrack continues to provide an easy to add protection layer against auto-cracking by wanna-be hackers. AntiCrack 2.0 already contains a mild degree of polymorphism. We are waiting to see how Crackulous 1.0 will deal with it once it finally becomes public. Then we have a couple of additional tricks up our sleeve to make a binary into a true polymorphous mine-field for manual hackers.</p>
<p>The point of AntiCrack is not to make something difficult. It&#8217;s to make something so easy that you can put it into dozens of places in your app at the same time. Each additional place (in different form) doubles the time a hacker has to spend on the code to find it. The point of any such exercise is to give the cracker the feeling that he has succeeded in disabling all detections while still keeping the upper hand over copies that where distributed subsequently. I call this concept &#8220;Silent Lite&#8221;. Let the unsuspecting user of a cracked app test the app for some time and then suddenly do something drastic when the forced trial has expired.</p>
<p>For the time being we can see from our statistics that crackers fail to do the necessary long term testing and if you hide our traps in enough places they can never find them all. Also it&#8217;s up to you to vary the protection code for each update for your apps so that a hacker who has set his sights on your app has to start from the beginning every couple of weeks.</p>
<p>Apple seems to follow only two approaches regarding piracy:</p>
<ol>
<li>They aim to make it incrementally harder to jailbreak iPhones hoping to finally reach a point where modern hardware is safe from being exploited. Unfortunately for us developer they constantly get proven to be incapable of doing that. I am astonished by the number of exploits that get discovered and made into jailbreaks.</li>
<li>By allowing free app to up-sell content via in-app-purchases they hope to take away one of the reasons for getting pirated copies. So far the reception has been lukewarm but from what I hear many developers are now scrambling to replace their Lite versions with such Free-To-Paid-Upsellers.</li>
</ol>
<p>The second thing might have been prompted by piracy being so incredibly widespread. For the longed time apple refused to accept Demo versions as well as only permitted in-app-purchases in paid apps. Though it remains to be seen what kind of effect this will have. For one not every kind of app lends itself to such an upsell path. A simple utility app that would go for $1 (like <a href="http://www.cocoanetics.com/summertime">Summertime</a>) is not something that you upsell easily. What works for additional levels and content does not work for a small fixed function app.</p>
<p>Most of the money in apps is made in the long tail, unless you get hyped by one of the major review blogs or can paid your way there. And that&#8217;s also where piracy can really impact your funds in the long run. I am fearing that some day I or any iPhone developer I know will need to fold his activities due to no longer getting this long tail of a couple of dollars per day. If you are raking in boatloads of cash you don&#8217;t feel the pain as much as when you make like $10 &#8211; $30 per day.</p>
<p>Philosophically I cannot imagine a good reason why able and smart young people would rather spend their time on costing somebody else money as opposed to partnering together and creating apps that put those very apps in the shade that they would have cracked otherwise. Is it lack of creativity? Lack of a will to create? Is the fame of putting your monicker on a cracked app sweeter than the money that might buy your next Mac?</p>
<p>I tip my hat to those cracks who can read assembler like Neo can read the matrix. You can do something I cannot. I can only create it and I have a bit of an idea on how I could make a living off it. I continue to have an open ear for any smart guy looking to get his foot in the market. Stop whining about bad software (and cracking it). Help make good software (that is worth the cost).</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=1423&amp;md5=b683cbb9d0eaf40815659b6641c2d51b" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2009/11/state-of-the-art-in-cracking-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;popout=1&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2009%2F11%2Fstate-of-the-art-in-cracking-apps%2F&amp;language=en_GB&amp;category=text&amp;title=State+of+the+Art+in+Cracking+Apps&amp;description=With+the+number+of+apps+on+the+app+store+soon+reaching+the+big+100.000+it+is+only+logical+that+piracy+continues+to+flourish.+At+the+beginning+of+this+year+a...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>AntiCrack 2.0</title>
		<link>http://www.cocoanetics.com/2009/08/anticrack-2-0/</link>
		<comments>http://www.cocoanetics.com/2009/08/anticrack-2-0/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Copy Protection]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.drobnik.com/touch/?p=1245</guid>
		<description><![CDATA[I am extremely pleased to announce a major new release of AntiCrack. While the implementation details have changed very little our new lead developer Fabian Kreiser has rewritten AntiCrack from ground up to obfuscate it to the extreme. Also he researched and developed two additional technologies which should immediately make your mouth water: Denial of Debuggers. This makes it impossible for Crackulous to remove encryption. Checking of binary encryption. The encrypted envelope put on by Apple in the review process is now checked for integrity. Previously existing AntiCrack 1.x users are getting the update for free, for everybody else the minimum donation has been increased to 30 Euros. I switched from Dollars to Euros because the increasing weakness of the Dollar started to get on my nerves. 1.x versions of AntiCrack did not really prevent cracking of apps but provided a comprehensive and easy to implement toolset allowing users to dynamically adapt their app&#8217;s featureset to &#8220;Lite&#8221; once a crack was detected. The groundbreaking 2.0 release also prevents cracking in the first place. This again makes it on par with the professional Kaliap copy protection service offered by Ripdev. Personally I believe it&#8217;s now even superior because you get full source code for AntiCrack, don&#8217;t have to pay recurring charges and you don&#8217;t have to register all new apps and app versions with an online service. I&#8217;ve updated the AntiCrack product description page if you would like to read more.]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://www.cocoanetics.com/2009/08/anticrack-2-0/"></g:plusone></div><p>I am extremely pleased to announce a major new release of AntiCrack. While the implementation details have changed very little our new lead developer Fabian Kreiser has rewritten AntiCrack from ground up to obfuscate it to the extreme. Also he researched and developed two additional technologies which should immediately make your mouth water:</p>
<ul>
<li>Denial of Debuggers. This makes it impossible for Crackulous to remove encryption.</li>
<li>Checking of binary encryption. The encrypted envelope put on by Apple in the review process is now checked for integrity.</li>
</ul>
<p>Previously existing AntiCrack 1.x users are getting the update for free, for everybody else the minimum donation has been increased to 30 Euros. I switched from Dollars to Euros because the increasing weakness of the Dollar started to get on my nerves.</p>
<p>1.x versions of AntiCrack did not really prevent cracking of apps but provided a comprehensive and easy to implement toolset allowing users to dynamically adapt their app&#8217;s featureset to &#8220;Lite&#8221; once a crack was detected. The groundbreaking 2.0 release also prevents cracking in the first place. This again makes it on par with the professional <a href="http://ripdev.com/kaliap">Kaliap</a> copy protection service offered by Ripdev.</p>
<p>Personally I believe it&#8217;s now even superior because you get full source code for AntiCrack, don&#8217;t have to pay recurring charges and you don&#8217;t have to register all new apps and app versions with an online service. I&#8217;ve updated the <a href="http://www.cocoanetics.com/anticrack/">AntiCrack product description</a> page if you would like to read more.</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=1245&amp;md5=f0efef3f632d487fc88d62b8168ec888" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2009/08/anticrack-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;popout=1&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2009%2F08%2Fanticrack-2-0%2F&amp;language=en_GB&amp;category=text&amp;title=AntiCrack+2.0&amp;description=I+am+extremely+pleased+to+announce+a+major+new+release+of+AntiCrack.+While+the+implementation+details+have+changed+very+little+our+new+lead+developer+Fabian+Kreiser+has+rewritten+AntiCrack+from...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Piracy Data Update</title>
		<link>http://www.cocoanetics.com/2009/06/piracy-data-update/</link>
		<comments>http://www.cocoanetics.com/2009/06/piracy-data-update/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 07:36:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Copy Protection]]></category>

		<guid isPermaLink="false">http://www.drobnik.com/touch/?p=1069</guid>
		<description><![CDATA[In the pro versus contra copy protection debate there are some arguments against the other side&#8217;s viewpoint. Arguments that can be proven or disproven if you have some real life data available. Is there a need for piracy detection? Is this a cat and mouse game that single developers can never win? Speaking for LuckyWheel installation base I have the following statistics available: 2052  (55%) purchased regular LuckyWheel 1661 (45%) pirated the game 3713 total (100%) LuckyWheel installations 66646 downloaded the Lite version LuckyWheel Lite, limited to ten questions per language, is a great way to try out LuckyWheel for free. One argument I&#8217;ve heard a lot is that people will use a cracked copy to evaluate your app and if they like it very much will spend the dollar or two that it usually costs. But is this really the case? &#160; Not according to my data. The conversion rates are dramatically different between Lite-to-Full versus Cracked-to-Full. Actually it&#8217;s a tenth. 1.3% (862 ) upgraded from Lite to Full 0.1% (69) degraded from Lite to Pirated 0.18% (3) upgraded from Pirated to Full Most likely iPhone users who go through the motions of downloading and installing a cracked IPA are not a fair sampling of the general iPhone user base. Or do we really believe that 45% of iPhones are jailbroken? Jailbreaking and patching the mobile installer app are the prerequisites to install decrypted pirated apps on iPhones. Another thing also tells us that the pirating users cannot be representative of the whole. They are either 10 times as cheap or 10 times as hard to please are are regular people. To look on the bright side, of the more than 70359 total pairs of eyes that have tried out LuckyWheel in one form or another only 2.4% thought to be so smart to get the full version for free. Because really you have to see pirated copies as Lite versions. 2.4% pirates amongst iPhone users sounds like a realistic number. The numbers prove that purveyors of piracy are even less inclined of eventually purchase the app than Lite tryers (factor 10). Some developers claim to have a loss in sales while I still have not seen any convincing evidence of that. Piracy is just a little bit of additional advertisement. Actually I&#8217;ve never seen sales drop after LuckyWheel became available in &#8220;decrypted form&#8221;. But that may be just me and my $1-Game. Maybe the story is totally different for higher priced apps with coveted content. I invite any colleagues to share their numbers to that effect with me. Generally I consider real losses to be more present if the pricing level is above a certain threshold. I&#8217;ll quickly spend a couple of dollars on an app here and there, but if the app costs more than $10 I might pause and think if it really is worth as much to me. Now you might say that this is a good case against products like my AntiCrack and I have to agree. But if there are additional resources you have to pay for to provide the app&#8217;s features then it might really hurt financially having to treat crackers the same as customers. Say you have set up a dedicated server to provide online multiplayer gaming you probably have to limit it&#8217;s usage to only legitimate customers. Or a different scenario might be one where you have to give person-to-person support and for ethical or technical reasons you have to refrain from cloning yourself. AntiCrack does not prevent cracking per se which is the removal of Apple&#8217;s encryption wrapper around a distributed app. But what it can do for my fellow developers is to give a toolset to make an educated decision if you want or need to treat pirates different than paying customers. Without AntiCrack you don&#8217;t even know who is legitimate and who is not. Actually it has been a trend even in PC games to mess with the user&#8217;s feelings if a crack is detected. Most modern PC games have only a simple medium based protection like SecuRom on the surface which can easily be removed by any second grade cracker. But then there lots of &#8220;bugs&#8221; throughout the app that might prevent using of the &#8220;Reload&#8221; button or make the app crash when displaying a star chart after the first long level. Also these pseudo-bugs would not behave the same, sometimes they would be present, the next time the game is run it suddenly works again. This way  the crackers can never be certain that the crackers have patched out all those kinks. So, does AntiCrack have a place in developers hearts? Definitely yes. It gives you information to act on if you need to conserve your resources and gives you some vindication over freeloaders. Best of all, it&#8217;s cheap and easy to implement, [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://www.cocoanetics.com/2009/06/piracy-data-update/"></g:plusone></div><p>In the pro versus contra copy protection debate there are some arguments against the other side&#8217;s viewpoint. Arguments that can be proven or disproven if you have some real life data available. Is there a need for piracy detection? Is this a cat and mouse game that single developers can never win?</p>
<p><a href="http://www.cocoanetics.com/files/pie.png"><img class="alignright size-full wp-image-1070" src="http://www.cocoanetics.com/files/pie.png" alt="Pirated versus Purchased" width="285" height="212" /></a>Speaking for LuckyWheel installation base I have the following statistics available:</p>
<p>2052  (55%) purchased regular LuckyWheel</p>
<p>1661 (45%) pirated the game</p>
<p>3713 total (100%) LuckyWheel installations</p>
<p>66646 downloaded the Lite version</p>
<p>LuckyWheel Lite, limited to ten questions per language, is a great way to try out LuckyWheel for free. One argument I&#8217;ve heard a lot is that people will use a cracked copy to evaluate your app and if they like it very much will spend the dollar or two that it usually costs. But is this really the case?</p>
<p><span id="more-1069"></span></p>
<div class="inner_ad_block">
<div id="advman-7" class="widget Advman_Widget">
<h3 class="widgettitle"></h3>
<p><!-- BuySellAds.com Zone Code --></p>
<div id="bsap_1260346" class="bsarocks bsap_fc3166ea4a479e0fdb4251fbe92a1219"></div>
<p><!-- End BuySellAds.com Zone Code --></div>
<div id="text-21" class="widget widget_text">
<div class="textwidget">
<p>&nbsp;</p>
</div></div>
</div>
<p>Not according to my data. The conversion rates are dramatically different between Lite-to-Full versus Cracked-to-Full. Actually it&#8217;s a tenth.</p>
<ul>
<li>1.3% (862 ) upgraded from Lite to Full</li>
<li>0.1% (69) degraded from Lite to Pirated</li>
<li>0.18% (3) upgraded from Pirated to Full</li>
</ul>
<p>Most likely iPhone users who go through the motions of downloading and installing a cracked IPA are not a fair sampling of the general iPhone user base. Or do we really believe that 45% of iPhones are jailbroken? Jailbreaking and patching the mobile installer app are the prerequisites to install decrypted pirated apps on iPhones.</p>
<p>Another thing also tells us that the pirating users cannot be representative of the whole. They are either 10 times as cheap or 10 times as hard to please are are regular people.</p>
<p>To look on the bright side, of the more than 70359 total pairs of eyes that have tried out LuckyWheel in one form or another only 2.4% thought to be so smart to get the full version for free. Because really you have to see pirated copies as Lite versions. 2.4% pirates amongst iPhone users sounds like a realistic number.</p>
<p>The numbers prove that purveyors of piracy are even less inclined of eventually purchase the app than Lite tryers (factor 10). Some developers claim to have a loss in sales while I still have not seen any convincing evidence of that. Piracy is just a little bit of additional advertisement. Actually I&#8217;ve never seen sales drop after LuckyWheel became available in &#8220;decrypted form&#8221;. But that may be just me and my $1-Game.</p>
<p>Maybe the story is totally different for higher priced apps with coveted content. I invite any colleagues to share their numbers to that effect with me. Generally I consider real losses to be more present if the pricing level is above a certain threshold. I&#8217;ll quickly spend a couple of dollars on an app here and there, but if the app costs more than $10 I might pause and think if it really is worth as much to me.</p>
<p>Now you might say that this is a good case against products like my AntiCrack and I have to agree. But if there are additional resources you have to pay for to provide the app&#8217;s features then it might really hurt financially having to treat crackers the same as customers. Say you have set up a dedicated server to provide online multiplayer gaming you probably have to limit it&#8217;s usage to only legitimate customers. Or a different scenario might be one where you have to give person-to-person support and for ethical or technical reasons you have to refrain from cloning yourself.</p>
<p>AntiCrack does not prevent cracking per se which is the removal of Apple&#8217;s encryption wrapper around a distributed app. But what it can do for my fellow developers is to give a toolset to make an educated decision if you want or need to treat pirates different than paying customers. Without AntiCrack you don&#8217;t even know who is legitimate and who is not.</p>
<p>Actually it has been a trend even in PC games to mess with the user&#8217;s feelings if a crack is detected. Most modern PC games have only a simple medium based protection like SecuRom on the surface which can easily be removed by any second grade cracker. But then there lots of &#8220;bugs&#8221; throughout the app that might prevent using of the &#8220;Reload&#8221; button or make the app crash when displaying a star chart after the first long level. Also these pseudo-bugs would not behave the same, sometimes they would be present, the next time the game is run it suddenly works again. This way  the crackers can never be certain that the crackers have patched out all those kinks.</p>
<p>So, does AntiCrack have a place in developers hearts? Definitely yes. It gives you information to act on if you need to conserve your resources and gives you some vindication over freeloaders. Best of all, it&#8217;s cheap and easy to implement, so you can conserve the contents of your wallet and save lots of implementation time.</p>
<p>This enables you to concentrate on putting more quality into your apps and app updates which will increase your profits down the road the most.</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=1069&amp;md5=97bad9426108a380ff512ff150483193" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2009/06/piracy-data-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;popout=1&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2009%2F06%2Fpiracy-data-update%2F&amp;language=en_GB&amp;category=text&amp;title=Piracy+Data+Update&amp;description=In+the+pro+versus+contra+copy+protection+debate+there+are+some+arguments+against+the+other+side%26%238217%3Bs+viewpoint.+Arguments+that+can+be+proven+or+disproven+if+you+have+some+real+life...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>State of the Art in App Cracking</title>
		<link>http://www.cocoanetics.com/2009/05/state-of-the-art-in-app-cracking/</link>
		<comments>http://www.cocoanetics.com/2009/05/state-of-the-art-in-app-cracking/#comments</comments>
		<pubDate>Tue, 26 May 2009 20:35:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Copy Protection]]></category>

		<guid isPermaLink="false">http://www.drobnik.com/touch/?p=922</guid>
		<description><![CDATA[ARTeam, a group of hackers who &#8211; according to their homepage &#8211; specialize in reverse engineering released a 29 page report titled &#8220;Patching Applications from Apple AppStore with additional protection&#8221; that shows the state of the art on iPhone app cracking. This report was released in partial secrecy on May 16th on the ARTeam download page. No blog article. No announcement. It was only stumbled upon by a German blogger who on condition on anonymity provided it to me after I asked nicely. The report even has a section about &#8220;licensing&#8221;. All code included with this tutorial is free to use and modify; we only ask that you mention where you found it. Ok, I told you where I got it. Now let&#8217;s see what goodies it unearths. &#160; The report details exactly what measures developers can take and are taking to try and protect their apps from being cracked. And then it goes much further and gives detailed instructions on how the authors cracked several well-known apps: Full Screen Web Browser 1.1 Robo 1.1.2 Faces Visual Dialer 1.2.1 mBox Mail 2.01 Exzeus 1.3 Convertbot 1.1 Zen Bound 1.2.1 The examples are ordered in level of difficulty and show which week spots the crackers where able to exploit to crack the apps. You see several levels of complexity on checks on info.plist and the most &#8220;advanced&#8221; was named the one used in Zen Bound where a calculated hash on info.plist was hidden in a text file. The report shows that given enough time a resourceful cracker can circumvent most of the checks that developers can think of. So these are the learnings that we can draw from it: give the crackers much much more work to do. Cracking can be as easy as changing one byte with a hex editor or as difficult as having to patch in a hundred places at once. don&#8217;t show that the app knows it&#8217;s cracked for as long as possible. If the cracker does not think it&#8217;s protected he will not bother to fire up the debugger and hex editor if you show an alert asking the user to purchase the app, do that nowhere near your crack detection code. This leads the cracker directly to the piece of code that does the detection Don&#8217;t use obvious methods of doing the &#8220;standard checks&#8221;. Like using literal strings or building these strings together from single characters. Crack Protection only pays if you are smart about it. Done wrong it&#8217;s like not properly used antibiotics: it makes the Germs stronger! So far tools like Crackulous only remove the encryption and user-specific data like for example the purchase receipt. But it&#8217;s only a matter of time that you will see some too obvious cecks being automatically patched. The authors conclude in the final chapter of their work in a way that might give us small-time developers a glimmer of hope:   Apple has restricted the Developers so much that they don’t have many possibilities to check if an app is legally used or not. However even those simple checks may need some time to bypass if the developer invests some time in making them harder to find and to analyze. Without understanding completely how a check is performed it is often not possible to break the protection.  So the golden equilibrium is reached if you make your apps just complicated enough to crack that the next version is out before the previous one got compromised. Unfortunately there is no sign that our big benefactor Apple will come to the rescue. They still seem to believe that jailbreak prevention is the only necessary method of hindering piracy. And making the third generation iPhone as hack-proof as possible. The jailbreaking battles over original iPhone and iPhone 3G have been all but conceded. My personal conclusion is that I am glad I automated my protection scheme to an extent that it takes very little time to implement it. It takes just as little time to add more checks and mutate the code to make it more difficult on script kiddies. This saves me and all people who implemented AntiCrack a lot of valuable time that can go into improvements and more updates. And that&#8217;s where our efforts really should be focussed.]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone href="http://www.cocoanetics.com/2009/05/state-of-the-art-in-app-cracking/"></g:plusone></div><p><a href="http://accessroot.com/arteam/site/"></a><a href="http://www.cocoanetics.com/files/arteam_report.png"><img class="alignright size-medium wp-image-928" src="http://www.cocoanetics.com/files/arteam_report-266x300.png" alt="ARTeam Report" width="266" height="300" /></a>ARTeam, a group of hackers who &#8211; according to their homepage &#8211; specialize in reverse engineering released a 29 page report titled <strong>&#8220;Patching Applications from Apple AppStore with additional protection&#8221;</strong> that shows the state of the art on iPhone app cracking.</p>
<p>This report was released in partial secrecy on May 16th on the <a href="http://accessroot.com/arteam/site/download.php?list.10">ARTeam download page</a>. No blog article. No announcement. It was only stumbled upon by a German blogger who on condition on anonymity provided it to me after I asked nicely. The report even has a section about &#8220;licensing&#8221;.</p>
<blockquote><p>All code included with this tutorial is free to use and modify; we only ask that you mention where you found it.</p></blockquote>
<p>Ok, I told you where I got it. Now let&#8217;s see what goodies it unearths.</p>
<p><span id="more-922"></span></p>
<div class="inner_ad_block">
<div id="advman-7" class="widget Advman_Widget">
<h3 class="widgettitle"></h3>
<p><!-- BuySellAds.com Zone Code --></p>
<div id="bsap_1260346" class="bsarocks bsap_fc3166ea4a479e0fdb4251fbe92a1219"></div>
<p><!-- End BuySellAds.com Zone Code --></div>
<div id="text-21" class="widget widget_text">
<div class="textwidget">
<p>&nbsp;</p>
</div></div>
</div>
<p>The report details exactly what measures developers can take and are taking to try and protect their apps from being cracked. And then it goes much further and gives detailed instructions on how the authors cracked several well-known apps:</p>
<ul>
<li>Full Screen Web Browser 1.1</li>
<li>Robo 1.1.2</li>
<li>Faces Visual Dialer 1.2.1</li>
<li>mBox Mail 2.01</li>
<li>Exzeus 1.3</li>
<li>Convertbot 1.1</li>
<li>Zen Bound 1.2.1</li>
</ul>
<p>The examples are ordered in level of difficulty and show which week spots the crackers where able to exploit to crack the apps. You see several levels of complexity on checks on info.plist and the most &#8220;advanced&#8221; was named the one used in Zen Bound where a calculated hash on info.plist was hidden in a text file.</p>
<p>The report shows that given enough time a resourceful cracker can circumvent most of the checks that developers can think of. So these are the learnings that we can draw from it:</p>
<ol>
<li>give the crackers much much more work to do. Cracking can be as easy as changing one byte with a hex editor or as difficult as having to patch in a hundred places at once.</li>
<li>don&#8217;t show that the app knows it&#8217;s cracked for as long as possible. If the cracker does not think it&#8217;s protected he will not bother to fire up the debugger and hex editor</li>
<li>if you show an alert asking the user to purchase the app, do that nowhere near your crack detection code. This leads the cracker directly to the piece of code that does the detection</li>
<li>Don&#8217;t use obvious methods of doing the &#8220;standard checks&#8221;. Like using literal strings or building these strings together from single characters.</li>
<li>Crack Protection only pays if you are smart about it. Done wrong it&#8217;s like not properly used antibiotics: it makes the Germs stronger!</li>
</ol>
<p>So far tools like Crackulous only remove the encryption and user-specific data like for example the purchase receipt. But it&#8217;s only a matter of time that you will see some too obvious cecks being automatically patched.</p>
<p>The authors conclude in the final chapter of their work in a way that might give us small-time developers a glimmer of hope:<br />
 </p>
<blockquote><p>Apple has restricted the Developers so much that they don’t have many possibilities to check if an app is legally used or not. However even those simple checks may need some time to bypass if the developer invests some time in making them harder to find and to analyze. Without understanding completely how a check is performed it is often not possible to break the protection. </p></blockquote>
<p>So the golden equilibrium is reached if you make your apps just complicated enough to crack that the next version is out before the previous one got compromised. Unfortunately there is no sign that our big benefactor Apple will come to the rescue. They still seem to believe that jailbreak prevention is the only necessary method of hindering piracy. And making the third generation iPhone as hack-proof as possible. The jailbreaking battles over original iPhone and iPhone 3G have been all but conceded.</p>
<p>My personal conclusion is that I am glad <a href="http://www.cocoanetics.com/anticrack/">I automated my protection scheme</a> to an extent that it takes very little time to implement it. It takes just as little time to add more checks and mutate the code to make it more difficult on script kiddies. This saves me and all people who implemented AntiCrack a lot of valuable time that can go into improvements and more updates.</p>
<p>And that&#8217;s where our efforts really should be focussed.</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=922&amp;md5=b980cac9f48ffa51fda6cfdb7c22fd79" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2009/05/state-of-the-art-in-app-cracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;popout=1&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2009%2F05%2Fstate-of-the-art-in-app-cracking%2F&amp;language=en_GB&amp;category=text&amp;title=State+of+the+Art+in+App+Cracking&amp;description=ARTeam%2C+a+group+of+hackers+who+%26%238211%3B+according+to+their+homepage+%26%238211%3B+specialize+in+reverse+engineering+released+a+29+page+report+titled+%26%238220%3BPatching+Applications+from+Apple+AppStore+with+additional+protection%26%238221%3B%C2%A0that...&amp;tags=blog" type="text/html" />
	</item>
	</channel>
</rss>

