Click here to Skip to main content
16,010,523 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ forward reference Pin
Michael Dunn16-May-04 4:59
sitebuilderMichael Dunn16-May-04 4:59 
GeneralRe: C++ forward reference Pin
alex.barylski16-May-04 5:07
alex.barylski16-May-04 5:07 
GeneralRe: C++ forward reference Pin
vividtang16-May-04 13:43
vividtang16-May-04 13:43 
GeneralMargin of error Pin
Muad-Dib16-May-04 4:25
Muad-Dib16-May-04 4:25 
GeneralWindow focus in MFC Pin
Anonymous16-May-04 3:04
Anonymous16-May-04 3:04 
GeneralRe: Window focus in MFC Pin
valikac16-May-04 5:32
valikac16-May-04 5:32 
QuestionHow to load exe and dll from memory, not disk Pin
MiCROHARD16-May-04 1:39
MiCROHARD16-May-04 1:39 
AnswerRe: How to load exe and dll from memory, not disk Pin
alex.barylski16-May-04 2:56
alex.barylski16-May-04 2:56 
IHMO if a DLL or EXE is in memory it IS loaded Smile | :)

Secondly...how do you know it's in memory and how did you get it there?

Did you open the exe and copy the entire file into RAM???

Use LoadLibrary()

If after this you still feel the need to load a DLL manually you would probably have to read some of the advanced hooking articles on here...I recall and article that disscussed ways of changing your CPU's IP allowing you to hijack API calls and such, which is probably the direction you want to head in

Cheers Smile | :)



How do I print my voice mail?
AnswerRe: How to load exe and dll from memory, not disk Pin
vividtang16-May-04 13:29
vividtang16-May-04 13:29 
General#include <fstream> Pin
Muad-Dib16-May-04 1:23
Muad-Dib16-May-04 1:23 
GeneralRe: #include <fstream> Pin
Kamyar Souri16-May-04 2:09
Kamyar Souri16-May-04 2:09 
GeneralRe: #include <fstream> Pin
vividtang16-May-04 13:17
vividtang16-May-04 13:17 
GeneralRe: #include <fstream> Pin
Bob Stanneveld16-May-04 13:31
Bob Stanneveld16-May-04 13:31 
GeneralRe: #include <fstream> Pin
vividtang16-May-04 13:55
vividtang16-May-04 13:55 
GeneralRe: #include <fstream> Pin
Bob Stanneveld16-May-04 20:56
Bob Stanneveld16-May-04 20:56 
GeneralRegistry Pin
mmfried16-May-04 1:09
mmfried16-May-04 1:09 
GeneralRe: Registry Pin
Alexander M.,16-May-04 1:19
Alexander M.,16-May-04 1:19 
GeneralRe: Registry Pin
mmfried16-May-04 1:36
mmfried16-May-04 1:36 
GeneralRe: Registry Pin
cmk16-May-04 10:18
cmk16-May-04 10:18 
GeneralSend data to Multiple objects Pin
Stan the man16-May-04 0:25
Stan the man16-May-04 0:25 
GeneralRe: Send data to Multiple objects Pin
Garth J Lancaster16-May-04 1:28
professionalGarth J Lancaster16-May-04 1:28 
GeneralRe: Send data to Multiple objects Pin
Kamyar Souri16-May-04 2:17
Kamyar Souri16-May-04 2:17 
GeneralRelational and Equality Operators Pin
Anonymous16-May-04 0:18
Anonymous16-May-04 0:18 
GeneralRe: Relational and Equality Operators Pin
toxcct16-May-04 0:45
toxcct16-May-04 0:45 
GeneralRe: Relational and Equality Operators Pin
Anonymous16-May-04 0:57
Anonymous16-May-04 0:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.