<?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>Carbon &#8211; Cerbero Blog</title>
	<atom:link href="https://blog.cerbero.io/tag/carbon/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.cerbero.io</link>
	<description></description>
	<lastBuildDate>Mon, 25 Oct 2021 14:18:32 +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>Carbon &#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>Go Binaries (part 2)</title>
		<link>https://blog.cerbero.io/go-binaries-part-2/</link>
					<comments>https://blog.cerbero.io/go-binaries-part-2/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Wed, 15 Sep 2021 12:21:27 +0000</pubDate>
				<category><![CDATA[Suite Advanced]]></category>
		<category><![CDATA[Carbon]]></category>
		<category><![CDATA[Go]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=2208</guid>

					<description><![CDATA[We&#8217;re currently working on making Go binaries easier to understand using our ultra-fast Carbon disassembler. In the upcoming weeks we&#8217;ll keep on posting progress updates. In the previous part we focused on resolving function names. In this part we focus on resolving strings literals. Let&#8217;s take the following decompiler output for a Go function: void &#8230; <a href="https://blog.cerbero.io/go-binaries-part-2/" class="more-link">Continue reading<span class="screen-reader-text"> "Go Binaries (part 2)"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/go-binaries-part-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://cerbero.io/wp-content/uploads/videos/carbon.mp4" length="10700284" type="video/mp4" />

		<post-id xmlns="com-wordpress:feed-additions:1">2208</post-id>	</item>
		<item>
		<title>Go Binaries (part 1)</title>
		<link>https://blog.cerbero.io/go-binaries-part-1/</link>
					<comments>https://blog.cerbero.io/go-binaries-part-1/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Tue, 07 Sep 2021 13:32:23 +0000</pubDate>
				<category><![CDATA[Suite Advanced]]></category>
		<category><![CDATA[Carbon]]></category>
		<category><![CDATA[Go]]></category>
		<guid isPermaLink="false">https://blog.cerbero.io/?p=2190</guid>

					<description><![CDATA[We&#8217;re currently working on making Go binaries easier to understand using our ultra-fast Carbon disassembler. In the upcoming weeks we&#8217;ll be posting progress updates. Let&#8217;s start with a basic hello world example. package main import "fmt" func main() { fmt.Println("Hello, World!") } Without additional logic, functions name are not available. We can see the referenced &#8230; <a href="https://blog.cerbero.io/go-binaries-part-1/" class="more-link">Continue reading<span class="screen-reader-text"> "Go Binaries (part 1)"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/go-binaries-part-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://cerbero.io/wp-content/uploads/videos/carbon.mp4" length="10700284" type="video/mp4" />

		<post-id xmlns="com-wordpress:feed-additions:1">2190</post-id>	</item>
		<item>
		<title>Cerbero Suite 3.5 is out!</title>
		<link>https://blog.cerbero.io/cerbero-suite-3-5-is-out/</link>
					<comments>https://blog.cerbero.io/cerbero-suite-3-5-is-out/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Fri, 17 Jan 2020 15:15:32 +0000</pubDate>
				<category><![CDATA[Suite Standard]]></category>
		<category><![CDATA[Carbon]]></category>
		<category><![CDATA[decompiler]]></category>
		<category><![CDATA[Ghidra]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[sleigh]]></category>
		<guid isPermaLink="false">https://cerbero-blog.com/?p=1866</guid>

					<description><![CDATA[We&#8217;re happy to announce the release of Cerbero Suite 3.5! This is a single feature release: it includes integration of the Ghidra decompiler (Sleigh) in our Carbon disassembler. No Ghidra or Java installation is necessary! The decompiler features navigation, comments and renaming of functions, labels and variables. If you like the idea, we can further &#8230; <a href="https://blog.cerbero.io/cerbero-suite-3-5-is-out/" class="more-link">Continue reading<span class="screen-reader-text"> "Cerbero Suite 3.5 is out!"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/cerbero-suite-3-5-is-out/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1866</post-id>	</item>
		<item>
		<title>String decryption with Carbon</title>
		<link>https://blog.cerbero.io/string-decryption-with-carbon/</link>
					<comments>https://blog.cerbero.io/string-decryption-with-carbon/#respond</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Sun, 26 May 2019 20:56:43 +0000</pubDate>
				<category><![CDATA[Suite Advanced]]></category>
		<category><![CDATA[Carbon]]></category>
		<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Strings]]></category>
		<guid isPermaLink="false">https://cerbero-blog.com/?p=1804</guid>

					<description><![CDATA[Developing Carbon, I haven&#8217;t had the time to play much with it myself. 🙂 One of the most essential features in a disassembler is the capability to let the users write scripts and modify the disassembly itself. Carbon has a rich SDK and this is a little tutorial to introduce a bit how it works. &#8230; <a href="https://blog.cerbero.io/string-decryption-with-carbon/" class="more-link">Continue reading<span class="screen-reader-text"> "String decryption with Carbon"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/string-decryption-with-carbon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1804</post-id>	</item>
		<item>
		<title>Carbon Interactive Disassembler</title>
		<link>https://blog.cerbero.io/carbon-interactive-disassembler/</link>
					<comments>https://blog.cerbero.io/carbon-interactive-disassembler/#comments</comments>
		
		<dc:creator><![CDATA[Erik Pistelli]]></dc:creator>
		<pubDate>Fri, 10 May 2019 08:57:32 +0000</pubDate>
				<category><![CDATA[Suite Advanced]]></category>
		<category><![CDATA[Carbon]]></category>
		<category><![CDATA[Disassembler]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[x86]]></category>
		<guid isPermaLink="false">https://cerbero-blog.com/?p=1768</guid>

					<description><![CDATA[Getting close to the release date of the 3.0 version of Cerbero Suite, it&#8217;s time to announce the main feature of the advanced edition: an interactive disassembler for x86/x64. The initial intent was to enable our users to inspect code in memory dumps as well as shellcode. Today we have very advanced disassemblers such as &#8230; <a href="https://blog.cerbero.io/carbon-interactive-disassembler/" class="more-link">Continue reading<span class="screen-reader-text"> "Carbon Interactive Disassembler"</span></a>]]></description>
		
					<wfw:commentRss>https://blog.cerbero.io/carbon-interactive-disassembler/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1768</post-id>	</item>
	</channel>
</rss>
