<?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>Stripping &#8211; Cerbero Blog</title>
	<atom:link href="https://blog.cerbero.io/tag/stripping/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.cerbero.io</link>
	<description></description>
	<lastBuildDate>Sun, 28 Sep 2014 11:56:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.cerbero.io/wp-content/uploads/2023/09/cropped-pro_icon_512-32x32.png</url>
	<title>Stripping &#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>
	</channel>
</rss>
