<?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>Go &#8211; Cerbero Blog</title>
	<atom:link href="https://blog.cerbero.io/tag/go/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.cerbero.io</link>
	<description></description>
	<lastBuildDate>Wed, 15 Sep 2021 12:21:27 +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>Go &#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>
	</channel>
</rss>
