Loading a DLL from memory
-
Its first time I use of New Message on this forum but I think this article is helpful for you(of course I think you aware of it but for other friends that dont know about it. ;) Loading a DLL from memory[^].
-
Its first time I use of New Message on this forum but I think this article is helpful for you(of course I think you aware of it but for other friends that dont know about it. ;) Loading a DLL from memory[^].
Doing advertising? :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Its first time I use of New Message on this forum but I think this article is helpful for you(of course I think you aware of it but for other friends that dont know about it. ;) Loading a DLL from memory[^].
Hamid. wrote:
Its first time I use of New Message on this forum
Want a medal? :rolleyes: Regards, --Perspx
"I've got my kids brainwashed: You don't use Google, and you don't use an iPod." - Steve Ballmer
"Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen an angry penguin charging at them in excess of 100mph." - Linus Torvalds -
Doing advertising? :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]No thanks. ;P
-
Hamid. wrote:
Its first time I use of New Message on this forum
Want a medal? :rolleyes: Regards, --Perspx
"I've got my kids brainwashed: You don't use Google, and you don't use an iPod." - Steve Ballmer
"Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen an angry penguin charging at them in excess of 100mph." - Linus Torvalds:-O
-
Its first time I use of New Message on this forum but I think this article is helpful for you(of course I think you aware of it but for other friends that dont know about it. ;) Loading a DLL from memory[^].
-
I roughly read the article....One basic thing I didnt understand is, how to load a dll into the memory if it is not in the disk? :confused:
A common use for this technique is to load a dll that is stored as a program resource. This allows single-file distribution of projects that use 3rd party dlls and for whom the source is not avail. It's also used by some virii. So, the dll almost always does exist locally on disk - just not in a single stand-alone file.