<?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>Binary &#8211; Cerbero Blog</title>
	<atom:link href="https://blog.cerbero.io/tag/binary/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.cerbero.io</link>
	<description></description>
	<lastBuildDate>Thu, 01 Apr 2021 16:55:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://blog.cerbero.io/wp-content/uploads/2023/09/cropped-pro_icon_512-32x32.png</url>
	<title>Binary &#8211; Cerbero Blog</title>
	<link>https://blog.cerbero.io</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">184292133</site>	<item>
		<title>Stripping symbols from an ELF</title>
		<link>https://blog.cerbero.io/stripping-symbols-from-an-elf/</link>
					<comments>https://blog.cerbero.io/stripping-symbols-from-an-elf/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Sun, 28 Sep 2014 11:56:55 +0000</pubDate>
				<category><![CDATA[Suite Standard]]></category>
		<category><![CDATA[Binary]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Stripping]]></category>
		<category><![CDATA[Symbols]]></category>
		<guid isPermaLink="false">http://cerbero-blog.com/?p=1494</guid>

					<description><![CDATA[Just as the previous post about stripping symbols from a Mach-O binary, here&#8217;s one about stripping them from an ELF binary. The syntax to execute the script is the same as in the previous post, only the called function changes: cerpro -c -r path/to/strip.py:stripELF source destination Here&#8217;s the code: from Pro.Core import * from Pro.ELF &#8230; <a href="https://blog.cerbero.io/stripping-symbols-from-an-elf/" class="more-link">Continue reading<span class="screen-reader-text"> "Stripping symbols from an ELF"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/stripping-symbols-from-an-elf/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1494</post-id>	</item>
		<item>
		<title>Stripping symbols from a Mach-O</title>
		<link>https://blog.cerbero.io/stripping-symbols-from-a-mach-o/</link>
					<comments>https://blog.cerbero.io/stripping-symbols-from-a-mach-o/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Sat, 13 Sep 2014 15:13:13 +0000</pubDate>
				<category><![CDATA[Suite Standard]]></category>
		<category><![CDATA[Binary]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Stripping]]></category>
		<category><![CDATA[Symbols]]></category>
		<guid isPermaLink="false">http://cerbero-blog.com/?p=1483</guid>

					<description><![CDATA[A common mistake many developers do is to leave names of local symbols inside applications built on OS X. Using the strip utility combined with the compiler visibility flags is, unfortunately, not enough. So I wrote a small script for Profiler to be run from the command line and I integrated it in the build &#8230; <a href="https://blog.cerbero.io/stripping-symbols-from-a-mach-o/" class="more-link">Continue reading<span class="screen-reader-text"> "Stripping symbols from a Mach-O"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/stripping-symbols-from-a-mach-o/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1483</post-id>	</item>
		<item>
		<title>Android Binary XML support</title>
		<link>https://blog.cerbero.io/android-binary-xml-support/</link>
					<comments>https://blog.cerbero.io/android-binary-xml-support/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Fri, 10 May 2013 13:58:15 +0000</pubDate>
				<category><![CDATA[Suite Standard]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[APK]]></category>
		<category><![CDATA[Binary]]></category>
		<category><![CDATA[xml]]></category>
		<guid isPermaLink="false">http://cerbero-blog.com/?p=1049</guid>

					<description><![CDATA[The upcoming version 0.9.4 of the Profiler adds support for Android&#8217;s binary XML format (such as that used by AndroidManifest.xml). Let&#8217;s take the sample output of the aapt tool in the Android SDK: N: android=http://schemas.android.com/apk/res/android E: manifest (line=22) A: package="com.example.android.notepad" (Raw: "com.example.android.notepad") E: uses-sdk (line=25) A: android:minSdkVersion(0x0101020c)=(type 0x10)0xb E: application (line=27) A: android:label(0x01010001)=@0x7f040000 A: android:icon(0x01010002)=@0x7f020000 &#8230; <a href="https://blog.cerbero.io/android-binary-xml-support/" class="more-link">Continue reading<span class="screen-reader-text"> "Android Binary XML support"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/android-binary-xml-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1049</post-id>	</item>
	</channel>
</rss>
