Click here to Skip to main content
15,896,118 members
Articles / Programming Languages / ASM

Loading Win32/64 DLLs "manually" without LoadLibrary()

Rate me:
Please Sign up or sign in to vote.
4.97/5 (31 votes)
8 Mar 2014CPOL5 min read 257K   8.1K   107  
How to load DLLs by allocating memory and loading the DLL from file/memory and then relocating/importing.

Revisions


  

Compare Revision Minor Date Status Editor
31 - publicly available No 8-Mar-14 9:07 Available Marco Bertschi
Updates in content.
30 No 8-Mar-14 1:02 Pending pasztorpisti
Fixed a bug in the code in the attached zip file. It was catched by a reader/commenter.
29 No 23-Sep-13 15:13 Available Smitha Nishant
Updates in content. Changes: 2
28 No 23-Sep-13 11:52 Pending pasztorpisti
Removed some DEP related incorrect statements and added some SEH related infos.
26 No 21-Sep-13 20:46 Pending pasztorpisti
changed the descritption of CRT related problems
25 No 11-Sep-13 11:17 Available Smitha Nishant
Updates in content.
24 No 11-Sep-13 9:05 Pending pasztorpisti
Updates in content. Changes: 142
21 No 6-Sep-13 11:35 Available Smitha Nishant
Updates in content.
20 No 6-Sep-13 10:57 Pending pasztorpisti
Updates in content. Changes: 19346
19 No 31-Jul-12 8:49 Available Sean Ewington
Updates in content.
18 No 31-Jul-12 8:44 Pending pasztorpisti
removed some garbage i put in with the html editor last time
17 No 31-Jul-12 8:41 Pending pasztorpisti
added a link to one of my other tips, that tip can be used as a complementory stuff with this
16 No 31-Jul-12 6:31 Available Smitha Nishant
Updates in content.
15 No 31-Jul-12 6:29 Pending pasztorpisti
Modifed the text of the Introduction section
14 No 30-Jul-12 2:19 Available Smitha Nishant
Updates in content. 10 changes had been made.
13 No 30-Jul-12 2:09 Pending pasztorpisti
Updates in content. 77 changes had been made.
12 No 30-Jul-12 2:07 Pending pasztorpisti
minor changes, grammar fixing
10 No 29-Jul-12 12:56 Pending pasztorpisti
Updates in content. 7 changes had been made.
9 No 29-Jul-12 12:46 Pending pasztorpisti
Updates in content. 76 changes had been made.
8 No 29-Jul-12 12:25 Pending pasztorpisti
Updates in content. 127 changes had been made.
7 No 29-Jul-12 12:06 Pending pasztorpisti
Updates in content.
6 No 29-Jul-12 12:02 Pending pasztorpisti
Updates in content.
5 No 29-Jul-12 11:52 Pending pasztorpisti
Updates in content.
4 No 29-Jul-12 11:51 Pending pasztorpisti
Updates in content.
3 No 29-Jul-12 11:41 Composing pasztorpisti
Updates in content.
2 No 29-Jul-12 11:23 Pending pasztorpisti
Updates in content.
1 No 29-Jul-12 11:21 Pending pasztorpisti
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions