首页
社区
课程
招聘
[原创]第一轮第三题最简单的方法
发表于: 2008-10-10 12:00 5086

[原创]第一轮第三题最简单的方法

2008-10-10 12:00
5086
收藏
免费 0
支持
分享
最新回复 (10)
雪    币: 647
活跃值: (564)
能力值: ( LV8,RANK:130 )
在线值:
发帖
回帖
粉丝
2
解释一下原因嘛
2008-10-10 12:02
0
雪    币: 231
活跃值: (45)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
qdk
3
脱壳不干净。
2008-10-10 12:08
0
雪    币: 279
活跃值: (60)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
4
厉害的!牛人思路就是特别。
2008-10-10 12:08
0
雪    币: 231
活跃值: (45)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
qdk
5
搜索论坛内以前有讨论类似的问题。
没有时间。
没去做。
2008-10-10 12:09
0
雪    币: 383
活跃值: (41)
能力值: ( LV12,RANK:530 )
在线值:
发帖
回帖
粉丝
6
我把f改成大写F,就不出错了,但是没有结果了,郁闷,真实原因还是看答案好了
2008-10-10 12:10
0
雪    币: 212
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
原来upx是这么个意思,牛啊
2008-10-10 12:10
0
雪    币: 479
活跃值: (25)
能力值: ( LV8,RANK:130 )
在线值:
发帖
回帖
粉丝
8
是不是UPX里压缩后,加载了浮点库支持?
2008-10-10 12:18
0
雪    币: 221
活跃值: (10)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
9
能解释一下是什么原因吗,我是导入函数也过了的
2008-10-10 12:21
0
雪    币: 216
活跃值: (26)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
10
"奥迪" 给个常规解法嘛................
2008-10-10 12:24
0
雪    币: 243
活跃值: (11)
能力值: ( LV8,RANK:130 )
在线值:
发帖
回帖
粉丝
11
新手还是要多google才好
我google了很久 终于在shoooo回的那楼提示下
在exetool找到答案,可惜答题太急了 没答好 不知道会给几分

thx to upx 2.0 src i find out it why it doesnt run.
if (use_dep_hack)
{
// This works around a "protection" introduced in MSVCRT80, which
// works like this:
// When the compiler detects that it would link in some code from its
// C runtime library which references some data in a read only
// section then it compiles in a runtime check whether that data is
// still in a read only section by looking at the pe header of the
// file. If this check fails the runtime does "interesting" things
// like not running the floating point initialization code - the result
// is an R6002 runtime error.
// These supposed to be read only addresses are covered by the sections
// UPX0 & UPX1 in the compressed files, so we have to patch the PE header
// in the memory. And the page on which the PE header is stored is read
// only so we must make it rw, fix the flags (i.e. clear
// PEFL_WRITE of osection[x].flags), and make it ro again.
2008-10-10 12:33
0
游客
登录 | 注册 方可回帖
返回
//