首页
社区
课程
招聘
[求助]ARM Protector 0.1 怎么脱壳
发表于: 2007-7-18 16:26 3447

[求助]ARM Protector 0.1 怎么脱壳

2007-7-18 16:26
3447
ARM Protector 0.1 怎么脱壳  ?
请大家帮我一下   谢谢!

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 304
活跃值: (82)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
2

压缩壳

#log
//code by skylly
//arm protector 0.1/0.3 go to oep
msg "忽略所有异常"
gpa "VirtualProtect","kernel32.dll"
cmp $RESULT,0
je err
find $RESULT,#C21000#
cmp $RESULT,0
je err
var LA
mov LA,$RESULT
lop:
go LA
cmp eip,LA
jne lop
var temp
mov temp,[esp]
bp temp
esto
bc eip
//到用户代码了
mov temp,eip
find temp,#8986B8000000#
cmp $RESULT,0
je err
go $RESULT
mov temp,eax
bp temp
esto
bc eip

OEP:
cmt eip,"OEP!"
ret

err:
msg "error"
ret
2007-7-18 18:13
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
/*
11h21 PM Monday 10 January 2005
ARM Protector 0.1 OEP Finder - EXE Shield 0.8 OEP Finder
Author : dqtln
Email : dqtlncrk@gmail.com
OS : WinXP Pro SP1 , OllyDbg 1.10 , OllyScript 0.92
Website : www.phudu.com
For opinions & bugreport send me a email
Thank you very much
*/

var x
var y
gmi eip,CODEBASE
mov x,$RESULT
gmi eip,CODESIZE
mov y,$RESULT
run
esto
bprm x,y
esti
run
bpmc
msg "Please press No if have a question"
an eip
cmt eip,"This is the OEP - Found by dqtln"
msg "Dump and fix IAT now - Good day"
ret
2007-7-18 20:48
0
游客
登录 | 注册 方可回帖
返回
//