========================================================== No Imports March 10, 2002 Version 2.1 03:25 EST Coded by comrade ========================================================== Fixes 10/03/2002 03:25 EST (version 2.1) * Surer way to scan for MZ header. 23/02/2002 15:17 EST (version 2.0) * All procedures are now imported dynamically. ========================================================== Reply to bAZiK's post on the Win32 assembly Community message board. This example uses API functions LoadLibrary(), GetProcAddress() and FreeLibrary() to dynamically load a library into the caller's address space and execute a function. I have updated the example to have all the functions to be found dynamically without any imports. ========================================================== This program comes with absolutely no warranty of any kind. Use this program solely at your risk. The author of this program will not be held responsible for any damages caused by this program. ========================================================== E-mail: comrade2k@hotmail.com Homepage: http://comrade.deviance.dk/ http://comrade.win32asm.com/ http://comrade.ownz.com/ http://comrade.hpacv.dk/ http://comrade64.cjb.net/ http://www.comrade64.com/ IRC: #asm, #coders, #win32asm on EFnet ==========================================================