首页
社区
课程
招聘
[旧帖] pbd爆破ultraedit修改文件定位求教 0.00雪花
发表于: 2010-1-28 08:21 5855

[旧帖] pbd爆破ultraedit修改文件定位求教 0.00雪花

2010-1-28 08:21
5855
已用pbkiller反编译PBD文件,通过调用外部dll中函数比对返回值
pbd中主要代码:
if viret = 0 then
...
else
if viret = 1 then
ls_result = string(uohash.createtempfile(hwnd,s1,s2,s3,s4,s5,s6,integer(s7),vsmach,sqlca.servername,gskind,"",s9,s10,ls_product,"",0,0))
                destroy(uohash)

                if ls_result = "0" then
                        halt close
                end if

                if pos(gsused,psgnbh) <= 0 then
                        gsused = gsused + psgnbh + ","
                end if

        else

                if viret = -1 then
                        gfsubs("rq")
                        halt close
                end if

        end if

end if

return 1
关键在:
if ls_result = "0" then
                        halt close
                end if
函数返回结果为0,就直接退出程序,现在想绕过,请指点通过ultraedit32怎么修改?

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 17
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
请PB破解高手帮助!
2010-1-28 11:45
0
雪    币: 7
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
关注中。。。
2010-1-28 13:17
0
雪    币: 17
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
pbd可以看到源码,但是源码位置和ultraedit看到的16进制位置怎么对应上?
请高手帮助!
2010-1-29 07:51
0
雪    币: 270
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
复制特征码
16进制搜索
2010-1-29 11:11
0
游客
登录 | 注册 方可回帖
返回
//