⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1094.html

📁 著名的linux英雄站点的文档打包
💻 HTML
📖 第 1 页 / 共 5 页
字号:
0x805597e &lt;whereError+11010&gt;:   pushl  %ebx <br>
0x805597f &lt;whereError+11011&gt;:   movl   0x1c(%esp,1),%ebp (0x809e850) <br>
0x8055983 &lt;whereError+11015&gt;:   movl   0x20(%esp,1),%esi (0x809e880) <br>
0x8055987 &lt;whereError+11019&gt;:   movl   0x24(%esp,1),%ebx (0x806e9ac) <br>
0x805598b &lt;whereError+11023&gt;:   testb  $0x1,(%ebx) <br>
0x805598e &lt;whereError+11026&gt;:   je     0x80559c0 &lt;whereError+11076&gt; - <br>
.....                                                                | <br>
0x80559c0 &lt;whereError+11076&gt;:   pushl  %eax                         &lt; <br>
0x80559c1 &lt;whereError+11077&gt;:   leal   0x18(%esp,1),%eax <br>
0x80559c5 &lt;whereError+11081&gt;:   pushl  %eax (eax:0xbffff70c) <br>
0x80559c6 &lt;whereError+11082&gt;:   pushl  $0x8060cbb (0x8060cbb-&gt;" %x") <br>
0x80559cb &lt;whereError+11087&gt;:   pushl  %esi (esi:0x809e880-&gt;"87654321") <br>
0x80559cc &lt;whereError+11088&gt;:   call   0x804a294 &lt;sscanf&gt; <br>
0x80559d1 &lt;whereError+11093&gt;:   movl   %eax,%edi(此时0xbffff70c-&gt;0x87654321) <br>
0x80559d3 &lt;whereError+11095&gt;:   addl   $0x10,%esp <br>
0x80559d6 &lt;whereError+11098&gt;:   cmpl   $0x1,%edi <br>
0x80559d9 &lt;whereError+11101&gt;:   je     0x8055a01 &lt;whereError+11141&gt; - <br>
.....                                                                | <br>
0x8055a01 &lt;whereError+11141&gt;:   testb  $0x1,(%ebx)                 &lt;- <br>
0x8055a04 &lt;whereError+11144&gt;:   je     0x8055a3a &lt;whereError+11198&gt;       - <br>
.....                                                                      | <br>
0x8055a3a &lt;whereError+11198&gt;:   pushl  %ebp(ebp:0x809e850-&gt;"B123456789") &lt;- <br>
0x8055a3b &lt;whereError+11199&gt;:   pushl  $0x0 <br>
0x8055a3d &lt;whereError+11201&gt;:   call   0x80561d9 &lt;whereError+13149&gt; <br>
                                ^______会不会去算正确的Key? <br>
<br>
0x8055a42 &lt;whereError+11206&gt;:   movl   %eax,%esi (eax:0x8eee5816) <br>
0x8055a44 &lt;whereError+11208&gt;:   addl   $0x8,%esp <br>
0x8055a47 &lt;whereError+11211&gt;:   testb  $0x1,(%ebx) <br>
0x8055a4a &lt;whereError+11214&gt;:   je     0x8055a7a &lt;whereError+11262&gt;  - <br>
.....                                                                 | <br>
0x8055a7a &lt;whereError+11262&gt;:   movl   0x14(%esp,1),%edx            &lt;- <br>
0x8055a7e &lt;whereError+11266&gt;:   cmpl   %esi,%edx <br>
                                       (edx:0x87654321,这是我输入的Key <br>
                                        它在与0x8eee5816比较???) <br>
0x8055a80 &lt;whereError+11268&gt;:   jne    0x8055ab9 &lt;whereError+11325&gt; - <br>
....                                                                 | <br>
0x8055ab9 &lt;whereError+11325&gt;:   testb  $0x1,(%ebx)                 &lt;- <br>
0x8055abc &lt;whereError+11328&gt;:   je     0x8055aec &lt;whereError+11376&gt; - <br>
....                                                                 | <br>
0x8055aec &lt;whereError+11376&gt;:   xorl   %eax,%eax                   &lt;- <br>
0x8055aee &lt;whereError+11378&gt;:   popl   %ebx <br>
0x8055aef &lt;whereError+11379&gt;:   popl   %esi <br>
0x8055af0 &lt;whereError+11380&gt;:   popl   %edi <br>
0x8055af1 &lt;whereError+11381&gt;:   popl   %ebp <br>
0x8055af2 &lt;whereError+11382&gt;:   addl   $0x8,%esp <br>
0x8055af5 &lt;whereError+11385&gt;:   ret <br>
<br>
0x8055a7e处的比较说明, 很有可能函数0x80561d9就是在依照我输入的Order <br>
number算正确的Key,而后比较结果,所以不妨先用 8EEE5816 做Key试一试. <br>
<br>
结果,8EEE5816果然就是正确的Key, mtv检查正确后在$HOME目录中产生一个 <br>
.mtvrc文件, 以后每次使用都会自动读出.mtvrc中的注册信息并检查.. <br>
<br>
还可以据0x80561d9函数写出注册机: <br>
<br>
(gdb) disass 0x80561d9 0x805624e <br>
Dump of assembler code from 0x80561d9 to 0x805624e: <br>
0x80561d9 &lt;whereError+13149&gt;:   pushl  %edi <br>
0x80561da &lt;whereError+13150&gt;:   pushl  %esi <br>
0x80561db &lt;whereError+13151&gt;:   pushl  %ebx <br>
0x80561dc &lt;whereError+13152&gt;:   movl   0x14(%esp,1),%edi <br>
0x80561e0 &lt;whereError+13156&gt;:   movl   0x10(%esp,1),%edx <br>
0x80561e4 &lt;whereError+13160&gt;:   xorl   %ebx,%ebx <br>
0x80561e6 &lt;whereError+13162&gt;:   movl   %edi,%eax <br>
0x80561e8 &lt;whereError+13164&gt;:   movl   %edi,%esi <br>
0x80561ea &lt;whereError+13166&gt;:   andl   $0x3,%eax <br>
0x80561ed &lt;whereError+13169&gt;:   je     0x8056205 &lt;whereError+13193&gt; <br>
0x80561ef &lt;whereError+13171&gt;:   jp     0x8056200 &lt;whereError+13188&gt; <br>
0x80561f1 &lt;whereError+13173&gt;:   cmpl   $0x2,%eax <br>
0x80561f4 &lt;whereError+13176&gt;:   je     0x80561fb &lt;whereError+13183&gt; <br>
0x80561f6 &lt;whereError+13178&gt;:   cmpb   %ah,(%esi) <br>
0x80561f8 &lt;whereError+13180&gt;:   je     0x8056229 &lt;whereError+13229&gt; <br>
0x80561fa &lt;whereError+13182&gt;:   incl   %esi <br>
0x80561fb &lt;whereError+13183&gt;:   cmpb   %ah,(%esi) <br>
0x80561fd &lt;whereError+13185&gt;:   je     0x8056229 &lt;whereError+13229&gt; <br>
0x80561ff &lt;whereError+13187&gt;:   incl   %esi <br>
0x8056200 &lt;whereError+13188&gt;:   cmpb   %ah,(%esi) <br>
0x8056202 &lt;whereError+13190&gt;:   je     0x8056229 &lt;whereError+13229&gt; <br>
0x8056204 &lt;whereError+13192&gt;:   incl   %esi <br>
0x8056205 &lt;whereError+13193&gt;:   movl   (%esi),%eax <br>
0x8056207 &lt;whereError+13195&gt;:   testb  %ah,%al <br>
0x8056209 &lt;whereError+13197&gt;:   jne    0x8056213 &lt;whereError+13207&gt; <br>
0x805620b &lt;whereError+13199&gt;:   testb  %al,%al <br>
0x805620d &lt;whereError+13201&gt;:   je     0x8056229 &lt;whereError+13229&gt; <br>
0x805620f &lt;whereError+13203&gt;:   testb  %ah,%ah <br>
0x8056211 &lt;whereError+13205&gt;:   je     0x8056228 &lt;whereError+13228&gt; <br>
0x8056213 &lt;whereError+13207&gt;:   testl  $0xff0000,%eax <br>
0x8056218 &lt;whereError+13212&gt;:   je     0x8056227 &lt;whereError+13227&gt; <br>
0x805621a &lt;whereError+13214&gt;:   addl   $0x4,%esi <br>
0x805621d &lt;whereError+13217&gt;:   testl  $0xff000000,%eax <br>
0x8056222 &lt;whereError+13222&gt;:   jne    0x8056205 &lt;whereError+13193&gt; <br>
0x8056224 &lt;whereError+13224&gt;:   subl   $0x3,%esi <br>
0x8056227 &lt;whereError+13227&gt;:   incl   %esi <br>
0x8056228 &lt;whereError+13228&gt;:   incl   %esi <br>
0x8056229 &lt;whereError+13229&gt;:   subl   %edi,%esi <br>
0x805622b &lt;whereError+13231&gt;:   cmpl   %esi,%ebx <br>
0x805622d &lt;whereError+13233&gt;:   jnl    0x8056248 &lt;whereError+13260&gt; <br>
0x805622f &lt;whereError+13235&gt;:   movb   (%ebx,%edi,1),%al <br>
0x8056232 &lt;whereError+13238&gt;:   incl   %ebx <br>
0x8056233 &lt;whereError+13239&gt;:   andl   $0xff,%eax <br>
0x8056238 &lt;whereError+13244&gt;:   pushl  %eax <br>
0x8056239 &lt;whereError+13245&gt;:   pushl  %edx <br>
0x805623a &lt;whereError+13246&gt;:   call   0x8055b58 &lt;whereError+11484&gt; <br>
0x805623f &lt;whereError+13251&gt;:   movl   %eax,%edx <br>
0x8056241 &lt;whereError+13253&gt;:   addl   $0x8,%esp <br>
0x8056244 &lt;whereError+13256&gt;:   cmpl   %esi,%ebx <br>
0x8056246 &lt;whereError+13258&gt;:   jl     0x805622f &lt;whereError+13235&gt; <br>
0x8056248 &lt;whereError+13260&gt;:   popl   %ebx <br>
0x8056249 &lt;whereError+13261&gt;:   movl   %edx,%eax <br>
0x805624b &lt;whereError+13263&gt;:   popl   %esi <br>
0x805624c &lt;whereError+13264&gt;:   popl   %edi <br>
0x805624d &lt;whereError+13265&gt;:   ret <br>
<br>
0x8055b58处的函数太长了, bbs不让我发..icon_sad.gif 砍掉了 <br>
<br>
由这个程序的破解可以看出, linux下的破解并不困难, 只是gdb有点不太方便 <br>
有时会有点小毛病(比如ni有时也会跟到函数中), 不过用多了就习惯了.
</FONT><br>
                                      </TD>
                                    </TR>
                                <TR>
                                <TD colSpan=2><FONT 
                                class=middlefont></FONT><BR>
                                        <FONT 
                                class=normalfont>全文结束</FONT> </TD>
                                    </TR>
                                <TR>
                                <TD background="images/dot.gif" tppabs="http://www.linuxhero.com/docs/images/dot.gif" colSpan=2 
                                height=10></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
                        <TD vAlign=top width="20%" 
                      background="images/line.gif" tppabs="http://www.linuxhero.com/docs/images/line.gif" rowSpan=2> 
                          <DIV align=center> 
                            <table class=tableoutline cellspacing=1 cellpadding=4 
                        width="100%" align=center border=0>
                              <tr class=firstalt> 
                                <td noWrap background="images/bgline.gif" tppabs="http://www.linuxhero.com/docs/images/bgline.gif" colspan=2 height=21>
                                <font class=normalfont><b>所有分类</b></font></td>
                              </tr>
<tr class=secondalt> <td noWrap width=27%> <font class=normalfont>1:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type1.html" tppabs="http://www.linuxhero.com/docs/type1.html">非技术类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>2:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type2.html" tppabs="http://www.linuxhero.com/docs/type2.html">基础知识</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>3:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type3.html" tppabs="http://www.linuxhero.com/docs/type3.html">指令大全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>4:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type4.html" tppabs="http://www.linuxhero.com/docs/type4.html">shell</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>5:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type5.html" tppabs="http://www.linuxhero.com/docs/type5.html">安装启动</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>6:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type6.html" tppabs="http://www.linuxhero.com/docs/type6.html">xwindow</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>7:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type7.html" tppabs="http://www.linuxhero.com/docs/type7.html">kde</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>8:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type8.html" tppabs="http://www.linuxhero.com/docs/type8.html">gnome</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>9:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type9.html" tppabs="http://www.linuxhero.com/docs/type9.html">输入法类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>10:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type10.html" tppabs="http://www.linuxhero.com/docs/type10.html">美化汉化</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>11:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type11.html" tppabs="http://www.linuxhero.com/docs/type11.html">网络配置</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>12:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type12.html" tppabs="http://www.linuxhero.com/docs/type12.html">存储备份</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>13:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type13.html" tppabs="http://www.linuxhero.com/docs/type13.html">杂项工具</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>14:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type14.html" tppabs="http://www.linuxhero.com/docs/type14.html">编程技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>15:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type15.html" tppabs="http://www.linuxhero.com/docs/type15.html">网络安全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>16:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type16.html" tppabs="http://www.linuxhero.com/docs/type16.html">内核技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>17:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type17.html" tppabs="http://www.linuxhero.com/docs/type17.html">速度优化</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>18:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type18.html" tppabs="http://www.linuxhero.com/docs/type18.html">apache</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>19:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type19.html" tppabs="http://www.linuxhero.com/docs/type19.html">email</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>20:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type20.html" tppabs="http://www.linuxhero.com/docs/type20.html">ftp服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>21:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type21.html" tppabs="http://www.linuxhero.com/docs/type21.html">cvs服务</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>22:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type22.html" tppabs="http://www.linuxhero.com/docs/type22.html">代理服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>23:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type23.html" tppabs="http://www.linuxhero.com/docs/type23.html">samba</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>24:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type24.html" tppabs="http://www.linuxhero.com/docs/type24.html">域名服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>25:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type25.html" tppabs="http://www.linuxhero.com/docs/type25.html">网络过滤</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>26:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type26.html" tppabs="http://www.linuxhero.com/docs/type26.html">其他服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>27:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type27.html" tppabs="http://www.linuxhero.com/docs/type27.html">nfs</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>28:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type28.html" tppabs="http://www.linuxhero.com/docs/type28.html">oracle</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>29:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type29.html" tppabs="http://www.linuxhero.com/docs/type29.html">dhcp</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>30:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type30.html" tppabs="http://www.linuxhero.com/docs/type30.html">mysql</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>31:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type31.html" tppabs="http://www.linuxhero.com/docs/type31.html">php</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>32:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type32.html" tppabs="http://www.linuxhero.com/docs/type32.html">ldap</a></font></td>    </tr>  </table></td></tr>                            </table>
                          </DIV></TD></TR>
                    <TR vAlign=top>
                        <TD width="80%"> 
                          <DIV align=center><BR>
                          </DIV>
                        </TD></TR></TBODY></TABLE></TD></TR>
                </TABLE></TD></TR>
          </TABLE>
      <TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#eeeeee 
        border=0><TBODY>
        <TR>
          <TD width="50%">
              <P><FONT class=middlefont>版权所有 &copy; 2004 <A 
            href="mailto:bjchenxu@sina.com">linux知识宝库</A><BR>
                违者必究. </FONT></P>
            </TD>
          <TD width="50%">
              <DIV align=right><FONT class=middlefont>Powered by: <A 
            href="mailto:bjchenxu@sina.com">Linux知识宝库</A> Version 0.9.0 </FONT></DIV>
            </TD></TR></TBODY></TABLE>
      <CENTER></CENTER></TD></TR>
    </TABLE></CENTER></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -