<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Go on Martin&#39;s Blog</title>
		<link>https://mac.sploit.dk/tags/go/</link>
		<description>Recent content in Go on Martin&#39;s Blog</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sat, 30 May 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://mac.sploit.dk/tags/go/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>From binary to working Go: reconstructing a malware sample with AI coding agents</title>
				<link>https://mac.sploit.dk/blog/decompile-to-real-code/</link>
				<pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate>
				<guid>https://mac.sploit.dk/blog/decompile-to-real-code/</guid>
				<description>&lt;p&gt;When ChatGPT was released, it was helpful in some cases to copy decompiled&#xA;pseudo-code from IDA Pro into ChatGPT and get faster feedback on how the&#xA;pseudo-code could be translated into real Go code. Reading real Go code is a lot&#xA;faster than interpreting pseudo-code. Over time, ChatGPT and Claude have both&#xA;improved their analysis capabilities.&lt;/p&gt;&#xA;&lt;p&gt;Around the middle of 2025, frontier labs started releasing coding agents,&#xA;notably Claude Code. Now it seems a new coding agent is released on a weekly&#xA;basis.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Analyzing internal Go structures in obfuscated binaries</title>
				<link>https://mac.sploit.dk/blog/go-binaries-that-hide-from-gos-own-tools/</link>
				<pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
				<guid>https://mac.sploit.dk/blog/go-binaries-that-hide-from-gos-own-tools/</guid>
				<description>&lt;p&gt;I have been building a small C tool that fingerprints Go binaries (version, build&#xA;metadata, function names, the lot) and pointing it at a corpus of malware samples.&#xA;A few of them confused an early, naïve version of it: the detector keyed on the&#xA;&lt;code&gt;pclntab&lt;/code&gt; magic number, and these samples did not have the magic it expected. The&#xA;obvious next question is whether they are Go at all, and if so, how much they are&#xA;trying to hide. The answer turned out to have two layers, and only one of them&#xA;does what its author probably hoped.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
