📄 lesson92.htm
字号:
<html>
<head>
<title>看雪学苑</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.p8 { font-size: 8pt}
.p9 { font-size: 9pt}
a:hover { color: #00FF00}
a { text-decoration: none}
.p12 { font-size: 12pt; font-weight: bold; color: #FF3333}
-->
</style>
</head>
<body bgcolor="#FFFFFF" vlink="#000000">
<table width="80%" border="1" cellspacing="0" cellpadding="0" align="center" bgcolor="#99CCFF" bordercolorlight="#99CCFF" bordercolordark="#99CCFF">
<tr>
<td width="72%" class="p9"><a href="javascript:if(confirm('http://toye.yeah.net/ \n\n这个文件不能通过 Teleport Pro 取回, 因为 它被访问于一个域或在它的起始地址边界外部的路径上. \n\n你想从服务器打开它吗?'))window.location='http://toye.yeah.net/'" tppabs="http://toye.yeah.net/">看雪教学</a></td>
<td width="10%" class="p9"> </td>
<td width="10%"><a href="index.htm" tppabs="http://toye.dihou.org/index.htm" class="p9">返回<br>
首页 <br>
</a></td>
<td width="8%"><a href="molu.htm" tppabs="http://toye.dihou.org/molu.htm" class="p9">返回<br>
目录 </a></td>
</tr>
</table>
<table width="80%" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#FFFF33">
<td>
<div align="center"><span class="p"><span class="p12">第九课<font color="#FF3333">
</font></span><span class="p"><span class="p11"><font color="#0099FF"><b class="p11"><font color="#FF3333">Win
API函数与断点设置</font></b></font></span></span><span class="p12"><font color="#FF3333"><b></b></font></span></span></div>
</td>
</tr>
</table>
<table width="80%" cellspacing="0" align="center">
<tr class="p9">
<td width="33%" bgcolor="#CCFFFF">
<div align="center">第一节 <a href="lesson9100.htm" tppabs="http://toye.dihou.org/lesson9100.htm">Win API函数</a></div>
</td>
<td width="33%" bgcolor="#FFFFFF">
<div align="center">第二节 断点设置列表</div>
</td>
<td width="34%" bgcolor="#CCFFFF">
<div align="center">第三节 <a href="lesson93.htm" tppabs="http://toye.dihou.org/lesson93.htm">常用Window消息</a></div>
</td>
</tr>
</table>
<p> <span class="p9">为了使大家能够更加得心应手,经吴朝相兄准许在这里特推荐吴兄的一篇精彩文章《如何正确设置S-ICE的断点》,虽然是有关S-ICE的经验总结,但TRW2000在命令上完全兼容S-ICE,所以有极高的价值,玩跟踪的朋友不可不看,最好是打印一份放在身边。</span></p>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="52">
<tr>
<td width="35%" height="18"></td>
<td width="31%" height="18"><font color="#FF0000" class="p9">如何正确设置 S-ICE
的断点</font></td>
<td width="34%" height="18"></td>
</tr>
<tr>
<td width="35%" height="34"></td>
<td width="31%" height="34" bgcolor="#8080C0"><span class="p9"><br>
<font color="#00FF00">吴朝相</font> <font color="#FFFF00"><span
style="font-size: 9pt">(收集、整理)<br>
<br>
<a href="javascript:if(confirm('http://www.souxin.com/ \n\n这个文件不能通过 Teleport Pro 取回, 因为 它被访问于一个域或在它的起始地址边界外部的路径上. \n\n你想从服务器打开它吗?'))window.location='http://www.souxin.com/'" tppabs="http://www.souxin.com/" target="_blank"><font color="#FFFFFF">http://www.souxin.com/</font></a></span></font></span></td>
<td width="34%" height="34"></td>
</tr>
</table>
<table border="1" width="99%">
<tr>
<td width="7%"> </td>
<td width="87%" class="p9">设置正确的 S-ICE 的断点,无论是 CRACK 软件还是调试软件都是非常重要的。虽然一些
CRACK 教学文件里有教,但往往不够全面,用的时候无从找起。现在整理出这篇可谓是经验凝结的断点集合,分门别类,方便大家查阅。</td>
<td width="6%"> </td>
</tr>
</table>
<p> </p>
<table border="1" width="100%" height="401">
<tr>
<td width="28%" height="175" align="center"><font color="#FF0000" class="p9">一般处理</font></td>
<td width="37%" valign="top" height="175"><font face="??"><span class="p9">bpx
hmemcpy<br>
bpx MessageBox<br>
bpx MessageBoxExA<br>
bpx MessageBeep<br>
bpx SendMessage<br>
<br>
bpx GetDlgItemText<br>
bpx GetDlgItemInt<br>
bpx GetWindowText<br>
bpx GetWindowWord<br>
bpx GetWindowInt</span><br>
</font></td>
<td width="35%" valign="top" height="175"><font face="??" class="p9">bpx DialogBoxParamA<br>
bpx CreateWindow<br>
bpx CreateWindowEx<br>
bpx ShowWindow<br>
bpx UpdateWindow<br>
<br>
bmsg xxxx wm_move<br>
bmsg xxxx wm_gettext<br>
bmsg xxxx wm_command<br>
bmsg xxxx wm_activate </font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">时间相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpint 21
if ah==2A (DOS)<br>
bpx GetLocalTime<br>
bpx GetFileTime<br>
bpx GetSystemtime </font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">CD-ROM
或 磁盘相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpint 13
if ah==2 (DOS)<br>
bpint 13 if ah==3 (DOS)<br>
bpint 13 if ah==4 (DOS)<br>
bpx GetFileAttributesA<br>
bpx GetFileSize<br>
bpx GetDriveType<br>
bpx GetLastError<br>
bpx ReadFile<br>
bpio -h (Your CD-ROM Port Address) R </font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">软件狗相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpio -h
278 R<br>
bpio -h 378 R </font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">键盘输入相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpint 16
if ah==0 (DOS)<br>
bpint 21 if ah==0xA (DOS) </font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">文件访问相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpint 21
if ah==3dh (DOS)<br>
bpint 31 if ah==3fh (DOS)<br>
bpint 21 if ah==3dh (DOS)<br>
bpx ReadFile<br>
bpx WriteFile<br>
bpx CreateFile<br>
bpx SetFilePointer<br>
bpx GetSystemDirectory</font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">INI
初始化文件相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpx GetPrivateProfileString<br>
bpx GetPrivateProfileInt<br>
bpx WritePrivateProfileString<br>
bpx WritePrivateProfileInt</font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">注册表相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpx RegCreateKey<br>
bpx RegDeleteKey<br>
bpx RegQueryValue<br>
bpx RegCloseKey<br>
bpx RegOpenKey</font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">注册标志相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpx cs:eip
if EAX==0</font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">内存标准相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpmb cs:eip
rw if 0x30:0x45AA==0</font></td>
</tr>
<tr>
<td width="28%" height="16" align="center"><font color="#FF0000" class="p9">显示相关</font></td>
<td width="72%" colspan="2" height="16"><font face="??" class="p9">bpx 0x30:0x45AA
do "d 0x30:0x44BB"<br>
bpx CS:0x66CC do "? EAX" </font></td>
</tr>
</table>
<br>
<table width="80%" border="1" cellspacing="0" cellpadding="0" align="center" bgcolor="#99CCFF" bordercolorlight="#99CCFF" bordercolordark="#99CCFF">
<tr>
<td width="82%" class="p8" height="34">Copyright @看雪 2000 All rights reserved
<a href="mailto:toye@126.com">与我联系</a></td>
<td width="10%" class="p9" height="34"><a href="index.htm" tppabs="http://toye.dihou.org/index.htm">返回<br>
首页</a></td>
<td width="8%" class="p8" height="34"><a href="molu.htm" tppabs="http://toye.dihou.org/molu.htm" class="p9">返回<br>
目录</a></td>
</tr>
</table>
<p></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -