Click here to Skip to main content
15,883,883 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL in memory Pin
RomTibi13-Apr-10 6:55
RomTibi13-Apr-10 6:55 
GeneralRe: DLL in memory Pin
David Crow13-Apr-10 6:57
David Crow13-Apr-10 6:57 
GeneralRe: DLL in memory Pin
RomTibi13-Apr-10 6:59
RomTibi13-Apr-10 6:59 
AnswerRe: DLL in memory Pin
«_Superman_»12-Apr-10 10:30
professional«_Superman_»12-Apr-10 10:30 
GeneralRe: DLL in memory Pin
RomTibi13-Apr-10 6:37
RomTibi13-Apr-10 6:37 
AnswerRe: DLL in memory Pin
@Intersect☺™12-Apr-10 19:39
professional@Intersect☺™12-Apr-10 19:39 
GeneralRe: DLL in memory Pin
RomTibi13-Apr-10 6:38
RomTibi13-Apr-10 6:38 
AnswerRe: DLL in memory Pin
Stephen Hewitt13-Apr-10 14:05
Stephen Hewitt13-Apr-10 14:05 
Firstly, it's far from clear what you mean by "loaded into a memory table". It sounds like your want to re-implement the loader. In general I'm not sure if this is possible from user mode. There's a lot more to getting a module into memory in a executable state then simply having the module in memory: relocating, recursively loading all dependent modules, resolving imports (building the Import Address Table, for example), etc... Even if you did do all these things (and more that I've forgotten) it's far from clear that "unusual" things, for example code that enumerated all loaded modules, would work.
Steve

QuestionVisual Studio 6.0 (1998) VS Visual Studio .NET 2003 (Working on MFC) [modified] Pin
Mr. Tomay12-Apr-10 7:11
Mr. Tomay12-Apr-10 7:11 
AnswerRe: Visual Studio 6.0 (1998) VS Visual Studio .NET 2003 (using MFC) Pin
«_Superman_»12-Apr-10 7:39
professional«_Superman_»12-Apr-10 7:39 
AnswerRe: Visual Studio 6.0 (1998) VS Visual Studio .NET 2003 (using MFC) Pin
Maximilien12-Apr-10 7:49
Maximilien12-Apr-10 7:49 
GeneralRe: Visual Studio 6.0 (1998) VS Visual Studio .NET 2003 (using MFC) Pin
Mr. Tomay13-Apr-10 8:26
Mr. Tomay13-Apr-10 8:26 
QuestionCommon Item Dialog / Win32 Pin
Fareed Rizkalla12-Apr-10 6:32
Fareed Rizkalla12-Apr-10 6:32 
QuestionRe: Common Item Dialog / Win32 Pin
David Crow12-Apr-10 6:58
David Crow12-Apr-10 6:58 
AnswerRe: Common Item Dialog / Win32 Pin
Fareed Rizkalla12-Apr-10 15:25
Fareed Rizkalla12-Apr-10 15:25 
Questionbooks on VC++ Pin
tho_mee12-Apr-10 5:48
tho_mee12-Apr-10 5:48 
QuestionRe: books on VC++ Pin
Maximilien12-Apr-10 6:35
Maximilien12-Apr-10 6:35 
AnswerRe: books on VC++ Pin
gamefreak229112-Apr-10 15:47
gamefreak229112-Apr-10 15:47 
Questiondrawing in different layers in VC++ Pin
tho_mee12-Apr-10 5:41
tho_mee12-Apr-10 5:41 
AnswerRe: drawing in different layers in VC++ Pin
Chris Losinger12-Apr-10 7:32
professionalChris Losinger12-Apr-10 7:32 
GeneralRe: drawing in different layers in VC++ Pin
chikach1-Jun-10 5:20
chikach1-Jun-10 5:20 
QuestionHow to know from the current CWnd object if the Parent CWnd object has been sized Pin
Mr. Tomay12-Apr-10 5:32
Mr. Tomay12-Apr-10 5:32 
AnswerRe: How to know from the current CWnd object if the Parent CWnd object has been sized Pin
Eugen Podsypalnikov12-Apr-10 5:37
Eugen Podsypalnikov12-Apr-10 5:37 
GeneralRe: How to know from the current CWnd object if the Parent CWnd object has been sized Pin
Mr. Tomay13-Apr-10 8:38
Mr. Tomay13-Apr-10 8:38 
RantRe: How to know from the current CWnd object if the Parent CWnd object has been sized PinPopular
Iain Clarke, Warrior Programmer12-Apr-10 7:41
Iain Clarke, Warrior Programmer12-Apr-10 7:41 

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.