温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,汇文网负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。
网站客服:3074922707
NsPack
1.x
3.5
OEP
Finder
//////////////////////////////////////////////////
// FileName : NsPack.V1.0-V3.5.osc
// Comment : OEP Find For NsPack V1.0-V3.5 OEP Find
// Environment : WinXP SP2,OllyDbg V1.10,OllyScript V0.92
// Author : fly
// WebSite :
// Date : 2005-10-02 13:30
//////////////////////////////////////////////////
#log
MSGYN "Plz Clear All BreakPoints And Set Debugging Options : Events->Make First Pause at->WinMain ! "
cmp $RESULT, 0
je TryAgain
//GameStart��������������������������������
eob VirtualProtect
gpa "VirtualProtect", "KERNEL32.dll"
bp $RESULT
esto
GoOn0:
esto
VirtualProtect:
cmp eip,$RESULT
jne GoOn0
bc $RESULT
rtu
find eip, #619DE9#
cmp $RESULT, 0
je NoFind
log $RESULT
add $RESULT,2
eob PoPad
bp $RESULT
esto
GoOn1:
esto
PoPad:
cmp eip,$RESULT
log eip
log $RESULT
jne GoOn1
bc $RESULT
sti
//GameOver��������������������������������
cmt eip, "This is the OEP! Found by fly"
MSG "Just : OEP ! Dump and Fix IAT. Good Luck "
ret
NoFind:
MSG "Error! Maybe It's not NsPack V1.0-V3.5 "
ret
TryAgain:
MSG " Plz Try Again ! "
ret