能力值:
( LV2,RANK:10 )
|
-
-
2 楼
assume fs:nothing有没有加上去
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
谢谢,加上就行了,可push offset loc_5C466E这种怎么写呢,用push loc_5C466E 也不行
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
push offset loc_5C466E这显然不行,具体应该这么写
lable1:
xxxx
xxxx
push offset label1
xxxxx
这样编译器就会根据编译结果具体该push什么数值,push offset loc_5C466E这个是IDA生成,只为方便理解程序流程,其实就是push 5C466EH ,但是你不大可能直接用,具体要看代码偏移
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
做了一上午后,都明白了,现在遇到的都是难的了,
一个是:
popfw 用masm来写应该是什么?
另一个更难:
__imp_??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ
可以写成
crt___imp 后面应该怎么写
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
还有security_error_handler..
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
你该不会是准备把这些代码抄一遍,重新编译一遍吧
|
|
|