<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reversing on _epsln</title><link>https://www.hruby.xyz/tags/reversing/</link><description>Recent content in Reversing on _epsln</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 27 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.hruby.xyz/tags/reversing/index.xml" rel="self" type="application/rss+xml"/><item><title>WinHardPacked - US Cyber Open 2026 - Writeup</title><link>https://www.hruby.xyz/posts/winhardpacked_writeup/</link><pubDate>Sat, 27 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.hruby.xyz/posts/winhardpacked_writeup/</guid><description>&lt;p&gt;We are presented with a windows executable. I first ran &lt;code&gt;file&lt;/code&gt; to check whether it was somehow mutated or needed patching for some reason.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;file WinHardPacked.exe
WinHardPacked.exe: PE32 executable for MS Windows 5.00 (console), Intel i386, UPX compressed, 3 sections
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I noticed the executable was compressed with UPX, so I unpacked it before doing anything else.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;upx -d WinHardPacked.exe -o unpacked_winhard.exe
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I opened the entrypoint in the decompiler and saw it was referencing a function &lt;code&gt;FUN_0040153d&lt;/code&gt;, so I jumped into it:&lt;/p&gt;</description></item></channel></rss>