<?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 grit8086</title><link>https://grit8086.github.io/tags/reversing/</link><description>Recent content in Reversing on grit8086</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 03 Mar 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://grit8086.github.io/tags/reversing/index.xml" rel="self" type="application/rss+xml"/><item><title>Finding a Serial Key in a Binary and Patching It</title><link>https://grit8086.github.io/posts/crackme-1/</link><pubDate>Tue, 03 Mar 2026 00:00:00 +0800</pubDate><guid>https://grit8086.github.io/posts/crackme-1/</guid><description>&lt;h1 id="finding-a-serial-key-in-a-binary-and-patching-it"&gt;Finding a Serial Key in a Binary and Patching It&lt;/h1&gt;
&lt;p&gt;Today we’ll analyze a simple crackme from &lt;strong&gt;crackinglessons.com – Crackme #1&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="objective"&gt;Objective&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Identify the correct serial key.&lt;/li&gt;
&lt;li&gt;Patch the binary so it always displays the &lt;strong&gt;“Congrats!”&lt;/strong&gt; message when the &lt;em&gt;Check&lt;/em&gt; button is clicked.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="understanding-the-program-behavior"&gt;Understanding the Program Behavior&lt;/h1&gt;
&lt;p&gt;When we run the program, it asks:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;“Please enter the serial key”&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If we enter an incorrect value, a message box appears:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;“Wrong serial key. Try again.”&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>