Memory Bot

04/22/2009 04:48 tao4229#16
Your DLL has to be native to be called from LoadLibrary
04/22/2009 05:26 high6#17
Quote:
Originally Posted by tao4229 View Post
Your DLL has to be native to be called from LoadLibrary
Nope
04/22/2009 10:25 _fobos_#18
Quote:
Originally Posted by tao4229 View Post
Your DLL has to be native to be called from LoadLibrary
Not necessarily :p
04/23/2009 00:06 InfamousNoone#19
Quote:
The name of the module. This can be either a library module (a .dll file) or an executable module (an .exe file).
Okay, you can load .exe's too, big whop. Still, only native, have fun.

Quote:
Even in C# I wouldnt place my bet lol.
C# doesnt support inline ASM (there are some modules out there but most is crap and limited)
Delphi or C++ I'd say
A quick google will show [Only registered and activated users can see links. Click Here To Register...]. A more knowledge user could simply write a C++ DLL-Imported function to call assembly code already written to the memory.