<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>破解 on MoeJueのブログ</title>
    <link>https://ja.moejue.cn/en/tags/%E7%A0%B4%E8%A7%A3/</link>
    <description>Recent content in 破解 on MoeJueのブログ</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 19 May 2017 03:08:23 +0000</lastBuildDate>
    <atom:link href="https://ja.moejue.cn/en/tags/%E7%A0%B4%E8%A7%A3/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A complete collection of OEPs in various languages</title>
      <link>https://ja.moejue.cn/en/posts/35/</link>
      <pubDate>Fri, 19 May 2017 03:08:23 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/35/</guid>
      <description>&lt;p&gt;&lt;strong&gt;It is true that it is quite troublesome to compare with OEP, so I sorted it out and directly read and understand OEP in this article,&lt;/strong&gt;&#xA;&lt;strong&gt;Or right-click the image to save it locally. Click to view the larger image&lt;/strong&gt;&#xA;&lt;strong&gt;If it helps you, please leave a comment~&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;VC6 and Easy Language&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&#xA;&lt;figure class=&#34;image-figure not-prose my-8&#34; &#xA;        data-lightbox-enabled=&#34;false&#34;&#xA;        data-gallery-type=&#34;auto&#34;&gt;&#xA;  &lt;div class=&#34;image-container&#34;&gt;&#xA;    &lt;img&#xA;    src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqi8qw5vw6j30f908vmy4.jpg&#34;&#xA;    alt=&#34;&#34;&#xA;    &#xA;    &#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#34;&#xA;    data-gallery-src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqi8qw5vw6j30f908vmy4.jpg&#34;&#xA;    data-gallery-alt=&#34;&#34;&#xA;    data-gallery-title=&#34;&#34; /&gt;&lt;/div&gt;&#xA;&#xA;  &lt;/figure&gt;&#xA;Delphi7&#xA;&lt;strong&gt;&#xA;&lt;figure class=&#34;image-figure not-prose my-8&#34; &#xA;        data-lightbox-enabled=&#34;false&#34;&#xA;        data-gallery-type=&#34;auto&#34;&gt;&#xA;  &lt;div class=&#34;image-container&#34;&gt;&#xA;    &lt;img&#xA;    src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1ply1fqi8qwc0kxj30hf08u0u1.jpg&#34;&#xA;    alt=&#34;&#34;&#xA;    &#xA;    &#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#34;&#xA;    data-gallery-src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1ply1fqi8qwc0kxj30hf08u0u1.jpg&#34;&#xA;    data-gallery-alt=&#34;&#34;&#xA;    data-gallery-title=&#34;&#34; /&gt;&lt;/div&gt;&#xA;&#xA;  &lt;/figure&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Various language button event feature codes</title>
      <link>https://ja.moejue.cn/en/posts/34/</link>
      <pubDate>Mon, 15 May 2017 05:31:08 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/34/</guid>
      <description>&lt;p&gt;When debugging software, the most important thing is to set breakpoints, so how to set breakpoints is an important skill.&lt;/p&gt;&#xA;&lt;p&gt;For example: when a prompt box pops up, download MessageBoxA; for a registry, download RegOpenKeyA, etc.&#xA;Of course, it is more convenient to go directly to the button event, because after reaching the button event, you will soon reach the core code, and your crack will not be far away.&#xA;This article summarizes the methods of finding button events in various languages. Of course, you can also use tools, such as VBexplorer, DEDE, ECE, etc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Learning to Crack with Zero Basics Tutorial Series Outline Season 1</title>
      <link>https://ja.moejue.cn/en/posts/33/</link>
      <pubDate>Mon, 08 May 2017 02:00:51 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/33/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Purpose: The purpose of this set of tutorials is to prevent cracking, although this is a set of knowledge of cracking tutorials, but we only know the cracker is how to crack our software, we can better and more effective to prevent our software is cracked&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;**Basic primer **&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;   1, Chinese search and Nop [the first section of the download address](http://bbs.125.la/forum.php?mod=viewthread&amp;amp;tid=14017567): How to compile and save the program&#xA;&#xA;   2, je and jmp use z flag bit [the second section of the download address](http://bbs.125.la/forum.php?mod=viewthread&amp;amp;tid=14018591): the actual battle of a do not know what the network authentication of the blasting&#xA;&#xA;   3, local reboot verification [section III download address](http://bbs.125.la/forum.php?mod=viewthread&amp;amp;tid=14019645): through the compilation of the two times to save the blast&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;** button event chapter **&#xA;1, easy language button events, universal breakpoints &lt;a href=&#34;http://bbs.125.la/thread-14021176-1-1.html&#34;target=&#34;_blank&#34;&#xA;  class=&#34;inline-flex items-center gap-1&#34;&#xA;&gt;Button Events Chapter download address&#xA;  &lt;svg id=&#34;external-link&#34; class=&#34;h-3 w-3 flex-shrink-0&#34;&#xA;    fill=&#34;none&#34;&#xA;    stroke=&#34;currentColor&#34;&#xA;    viewBox=&#34;0 0 24 24&#34;&gt;&lt;path fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34; d=&#34;M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/a&gt;: rely on the easy language body to distinguish between real easy language program&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
