能力值:
( LV2,RANK:10 )
|
-
-
2 楼
linux系统调用就是sys_open
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
push 0 ; oflag
push offset aUsrLibNetzoneN ; "/usr/lib/2323/123.dat"
call _open
mov ecx, 522Fh
mov edx, esi
push ecx ; nbytes
push edx ; buf
push eax ; fd
call _read
我在LINUX下这样写好像不对
请帮我看看错误是什么地方
帮我写一下
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
已经完美解决
看来万事都得靠自己啊~
|
|
|