温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,汇文网负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。
网站客服:3074922707
SimplePack
1.21
OEP
Finder
#2
///////////////////////////////////////////////////////////////////////
// OEP Finder Script for SimplePack 1.21 --> bagie
// Coded by: Sonny27 {TeaM SnD}
// My greetz and thanks to everyone at:
// SnD, gRn, RfN, iCU, CiP, ARTeam, {RES}, eXeTools and UnPacKcN
// Data: 2007-04-02
// Environment : WinXP SP2,OllyDbg V1.10,ODbgScript V1.52
// Contact: or http://snd.astalavista.ms/
///////////////////////////////////////////////////////////////////////
MSGYN "Are all set breakpoints deleted? Otherwise script will fail!"
cmp $RESULT,0
je breakpoint
MSGYN "Was Method 2 used? (It was used if you are now in "ntdll.dll")"
cmp $RESULT, 0
je method1
bprm 401000, 0FFFF
run
bpmc
find eip, #5B5DC3#
bp $RESULT
run
bc $RESULT
sto
sto
sto
find eip, #89E805#
bp $RESULT
run
bc $RESULT
sto
sto
sto
msg "This should be OEP :-)"
ret
method1:
find eip, #6168????????C3#
bp $RESULT
run
bc $RESULT
sto
sto
sto
msg "This should be OEP :-)"
ret
breakpoint:
ret