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

📄 chap7-4.htm.primary

📁 加密与解密,软件加密保护技术与解决方案,看雪文档!
💻 PRIMARY
📖 第 1 页 / 共 4 页
字号:
<html>
<head>
<title>Crack Tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style/css.css" type="text/css">
<link rel="stylesheet" href="../STYLE/Css.css" type="text/css">
</head>

<body bgcolor="white" text="#000000" link="#004080" vlink="#004080" background="../image/Back.gif">
<p><a href="../catalog.htm">目录</a>>>第7章</p>
<p align="center" class="shadow1Copy"><b class="p3">第7章 Visual Basic程序</b></p>
<table width="80%" border="0" cellspacing="0" cellpadding="3" align="center" bgcolor="#bcbcbc" bordercolor="#111111" class="shadow1">
  <tr> 
    <td class="shadow1" width="26%"> 
      <div align="center"><a href="Chap7-1.htm"><font color="#FFFFFF">第一节 解释语言介绍</font></a></div>
    </td>
    <td class="shadow1" width="24%"> 
      <div align="center"><a href="Chap7-2.htm"><font color="#FFFFFF">第二节 动态跟踪分析</font></a></div>
    </td>
    <td class="shadow1" width="24%"> 
      <div align="center"><a href="Chap7-3.htm"><font color="#FFFFFF">第三节 SmartCheck操作</font></a></div>
    </td>
    <td class="shadow1" colspan="2" width="26%"> 
      <div align="center"><a href="Chap7-4.htm"><font color="#FFFFFF">第四节 拆解习题</font></a></div>
    </td>
  </tr>
</table>
<p align="center"><span class="p9"><b>第四节 拆解习题</b></span></p>
<p> 
  <script language="JavaScript1.2">
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;

if (ver4) {
    with (document) {
        write("<STYLE TYPE='text/css'>");
        if (NS4) {
            write(".parent {position:absolute; visibility:visible}");
            write(".child {position:absolute; visibility:visible}");
            write(".regular {position:absolute; visibility:visible}")
        }
        else {
            write(".child {display:none}")
        }
        write("</STYLE>");
    }
}

function getIndex(el) {
    ind = null;
    for (i=0; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.id == el) {
            ind = i;
            break;
        }
    }
    return ind;
}

function arrange() {
    nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
    for (i=firstInd+1; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.visibility != "hide") {
            whichEl.pageY = nextY;
            nextY += whichEl.document.height;
        }
    }
}

function initIt(){
    if (!ver4) return;
    if (NS4) {
        for (i=0; i<document.layers.length; i++) {
            whichEl = document.layers[i];
            if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";
       }
        arrange();
    }
    else {
        divColl = document.all.tags("DIV");
        for (i=0; i<divColl.length; i++) {
            whichEl = divColl(i);
            if (whichEl.className == "child") whichEl.style.display = "none";
        }
    }
}

function expandIt(el) {
    if (!ver4) return;
    if (IE4) {
        whichEl = eval(el + "Child");
        if (whichEl.style.display == "none") {
            whichEl.style.display = "block";
        }
        else {
            whichEl.style.display = "none";
        }
    }
    else {
        whichEl = eval("document." + el + "Child");
        if (whichEl.visibility == "hide") {
            whichEl.visibility = "show";
        }
        else {
            whichEl.visibility = "hide";
        }
        arrange();
    }
}

onload = initIt;

</script>
</p>
<div id="KB1Parent" class="parent"> 
  <p align="left"><span class="p9"><b>习题一</b> <a href="Exercise/chap7-01.zip">chap7-01 
    </a>序列号保护;难度:易。</span></p>
  <p align="left"><span class="p9"><a href="#" onClick="expandIt('KB1'); return false"><b>习题一</b> 
    我要看答案</a> </span></p>
</div>
<div id="KB1Child" class="child"> <span class="p9">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  </span> 
  <table width="100%" align="center" bgcolor="#EFEFEF" cellspacing="0">
    <tr bgcolor="#EFEFEF"> 
      <td height="27"> 
        <p><span class="p9">该程序是VB5程序,下面用两种方法简述一下。<br>
          </span><font face="Times New Roman" color="#000000"><span class="p9">1</span></font> 
          <span class="p9"><font face="宋体" color="#000000">、用</font> <font face="Times New Roman" color="#000000">SmartCheck</font> 
          <font face="宋体" color="#000000">破解</font> <br>
          </span><span class="p9"><font face="宋体" color="#000000">用</font> <font face="Times New Roman" color="#000000">SmartCheck</font> 
          <font face="宋体" color="#000000">装载该程序,输入任意序列号如</font> <font face="Times New Roman" color="#000000">9876543210</font> 
          <font face="宋体" color="#000000">,点击</font> <font face="Times New Roman" color="#000000">register</font> 
          <font face="宋体" color="#000000">,它会告诉你错误。此时不要点</font> <font face="Times New Roman" color="#000000">OK,</font> 
          <font face="宋体" color="#000000">在</font> <font face="Times New Roman" color="#000000">SmartCheck</font> 
          <font face="宋体" color="#000000">下按停止按钮(红色的那个),</font> <font face="Times New Roman" color="#000000">CrackMe</font> 
          <font face="宋体" color="#000000">停止退出。</font> <br>
          </span><span class="p9"><font face="宋体" color="#000000">展开</font> <font face="Times New Roman" color="#000000">Reg_Click&nbsp;</font> 
          <font face="宋体" color="#000000">来到</font> <font face="Times New Roman" color="#000000">+&nbsp;MsgBox</font> 
          <font face="宋体" color="#000000">这行,用</font> <font face="Times New Roman" color="#000000">&quot;Show&nbsp;All&nbsp;Events&quot;</font> 
          <font face="宋体" color="#000000">命令。你会看到:</font></span> <br>
          <span class="p9"><font face="Times New Roman" color="#000000">+&nbsp;_vbaFreeObjList</font> 
          <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">+&nbsp;SysFreeString&nbsp;&nbsp;&nbsp;&nbsp;&lt;--&nbsp;</font> 
          <font face="宋体" color="#000000">你输入的序列号</font> <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">+&nbsp;SysFreeString&nbsp;&nbsp;&nbsp;&nbsp;&lt;--&nbsp;</font> 
          <font face="宋体" color="#000000">正确的序列号,看右边:</font> <font face="Times New Roman" color="#000000">&quot;rkh1oyie&quot;</font> 
          <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">.....</font> 
          <font face="宋体" color="#000000">省略一部分</font> <font face="Times New Roman" color="#000000">.........</font> 
          <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">+&nbsp;SysFreeString</font> 
          <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">_vbaVarTstEq&nbsp;returns&nbsp;DWORD:0</font> 
          <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">+&nbsp;_vbaVarDup&nbsp;returns&nbsp;DWORD:&nbsp;63F3AC</font> 
          <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">+&nbsp;_vbaVarDup&nbsp;returns&nbsp;DWORD:&nbsp;63F3BC</font> 
          <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">+&nbsp;MsgBox&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;--&nbsp;</font> 
          <font face="宋体" color="#000000">展开后你停在此,向上看,需用滚动条向上翻。</font></span> 
          <br>
          <span class="p9"><font face="Times New Roman" color="#000000">2</font> 
          <font face="宋体" color="#000000">、用</font> <font face="Times New Roman" color="#000000">SOFTICE</font> 
          <font face="宋体" color="#000000">破解</font></span> <br>
          <span class="p9"><font face="Times New Roman" color="#000000">Step1&nbsp;</font> 
          <font face="宋体" color="#000000">运行</font> <font face="Times New Roman" color="#000000">CrackMe</font> 
          <font face="宋体" color="#000000">并输入任意序列号;</font> <br>
          </span><span class="p9"><font face="Times New Roman" color="#000000">Step2&nbsp;</font> 

⌨️ 快捷键说明

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