AmAdEuS
June 3rd, 2004, 11:01
sup dudes... I'm stuck @ the end of this little job:
http://home.arcor.de/dj_amadeus/natdll.asm
the source is compile and linked fine without any warnings...
it's a translation from the output of vs.net's C-compiler
the orig DLL compiled by vs.net was injected by my loader just fine.. but the NASM-one somehow can't laoded into the process.... maybe i missed some declaration needed to make it an valid win32-dll or something?
i built it using the following settings:
nasmw -O 42 -f obj natdll.asm
alink -oPE -dll natdll win32.lib
hope anyone can help me...
amadeus
http://home.arcor.de/dj_amadeus/natdll.asm
the source is compile and linked fine without any warnings...
it's a translation from the output of vs.net's C-compiler
the orig DLL compiled by vs.net was injected by my loader just fine.. but the NASM-one somehow can't laoded into the process.... maybe i missed some declaration needed to make it an valid win32-dll or something?
i built it using the following settings:
nasmw -O 42 -f obj natdll.asm
alink -oPE -dll natdll win32.lib
hope anyone can help me...
amadeus