<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: BlueBox Android Challenge	</title>
	<atom:link href="https://blog.cerbero.io/bluebox-android-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.cerbero.io/bluebox-android-challenge/</link>
	<description></description>
	<lastBuildDate>Thu, 01 Apr 2021 16:54:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Erik Pistelli		</title>
		<link>https://blog.cerbero.io/bluebox-android-challenge/#comment-18</link>

		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Tue, 11 Aug 2020 18:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://cerbero-blog.com/?p=1064#comment-18</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.cerbero.io/bluebox-android-challenge/#comment-17&quot;&gt;x0r3d&lt;/a&gt;.

Hey x0red,
thank you! You&#039;re right! :) We&#039;re working hard to make Cerbero even better, stay tuned!
Kind regards
Erik]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.cerbero.io/bluebox-android-challenge/#comment-17">x0r3d</a>.</p>
<p>Hey x0red,<br />
thank you! You&#8217;re right! 🙂 We&#8217;re working hard to make Cerbero even better, stay tuned!<br />
Kind regards<br />
Erik</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: x0r3d		</title>
		<link>https://blog.cerbero.io/bluebox-android-challenge/#comment-17</link>

		<dc:creator><![CDATA[x0r3d]]></dc:creator>
		<pubDate>Thu, 06 Aug 2020 10:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://cerbero-blog.com/?p=1064#comment-17</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.cerbero.io/bluebox-android-challenge/#comment-16&quot;&gt;Erik Pistelli&lt;/a&gt;.

Hello Erik,
one million thanks for your answer!
Cerbero is simply great and the perfect swiss knife multi-purpose, but even the best can keep getting better! Hommage! ;)
Greetings
x0r3d]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.cerbero.io/bluebox-android-challenge/#comment-16">Erik Pistelli</a>.</p>
<p>Hello Erik,<br />
one million thanks for your answer!<br />
Cerbero is simply great and the perfect swiss knife multi-purpose, but even the best can keep getting better! Hommage! 😉<br />
Greetings<br />
x0r3d</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erik Pistelli		</title>
		<link>https://blog.cerbero.io/bluebox-android-challenge/#comment-16</link>

		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Tue, 04 Aug 2020 09:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://cerbero-blog.com/?p=1064#comment-16</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.cerbero.io/bluebox-android-challenge/#comment-15&quot;&gt;x0r3d&lt;/a&gt;.

Hello x0r3d,
thanks!
I used the following code as shown in the article:

&lt;code&gt;from Pro.UI import *
 
obj = proContext().currentScanProvider().getObject()
n = obj.GetEntryCount()
for i in range(n):
    obj.GetEntry(i).Set(&quot;GeneralBitFlag&quot;, 0)
s = obj.GetStream()
s.save(s.name() + &quot;_fixed&quot;)&lt;/code&gt;

You can run the code by pressing Ctrl+Alt+R. It would also be possible to use the hex editor to edit the field or use the hex view and then &quot;Copy into new file&quot;.

Hopes this helps!

Erik]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.cerbero.io/bluebox-android-challenge/#comment-15">x0r3d</a>.</p>
<p>Hello x0r3d,<br />
thanks!<br />
I used the following code as shown in the article:</p>
<p><code>from Pro.UI import *</p>
<p>obj = proContext().currentScanProvider().getObject()<br />
n = obj.GetEntryCount()<br />
for i in range(n):<br />
    obj.GetEntry(i).Set("GeneralBitFlag", 0)<br />
s = obj.GetStream()<br />
s.save(s.name() + "_fixed")</code></p>
<p>You can run the code by pressing Ctrl+Alt+R. It would also be possible to use the hex editor to edit the field or use the hex view and then &#8220;Copy into new file&#8221;.</p>
<p>Hopes this helps!</p>
<p>Erik</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: x0r3d		</title>
		<link>https://blog.cerbero.io/bluebox-android-challenge/#comment-15</link>

		<dc:creator><![CDATA[x0r3d]]></dc:creator>
		<pubDate>Mon, 03 Aug 2020 20:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://cerbero-blog.com/?p=1064#comment-15</guid>

					<description><![CDATA[Hello, thanks for this nice tuto!
Just one question: how did you edit/create repaired.apk file starting from the original one?
I mean, can&#039;t Cerbero directly edit GeneralPurposeBit?!?
Greetings

x0r3d]]></description>
			<content:encoded><![CDATA[<p>Hello, thanks for this nice tuto!<br />
Just one question: how did you edit/create repaired.apk file starting from the original one?<br />
I mean, can&#8217;t Cerbero directly edit GeneralPurposeBit?!?<br />
Greetings</p>
<p>x0r3d</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
