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

C / C++ / MFC

 
GeneralInvalidating client area of a window Pin
laiju21-May-05 23:40
laiju21-May-05 23:40 
GeneralRe: Invalidating client area of a window Pin
laiju22-May-05 2:02
laiju22-May-05 2:02 
GeneralRe: Invalidating client area of a window Pin
doublebug24-May-05 10:05
doublebug24-May-05 10:05 
GeneralMultiple Reader - Single Writer - Lock for Win32 Pin
peterchen21-May-05 22:15
peterchen21-May-05 22:15 
GeneralRe: Multiple Reader - Single Writer - Lock for Win32 Pin
Ryan Binns22-May-05 18:18
Ryan Binns22-May-05 18:18 
GeneralRe: Multiple Reader - Single Writer - Lock for Win32 Pin
peterchen23-May-05 12:01
peterchen23-May-05 12:01 
GeneralPrint the program's source code Pin
ddmcr21-May-05 21:03
ddmcr21-May-05 21:03 
GeneralRe: Print the program's source code Pin
Blake V. Miller22-May-05 2:33
Blake V. Miller22-May-05 2:33 
Use OpenProcess, VirtualQueryEx, and ReadProcessMemory to access the memory. you are probably only interested int he parts of memory marked as MEM_IMAGE, as that contaisn the code. the other parts are other data.
Pass all this data to the disassembler, which will print out the assembly language Wink | ;)
GeneralRe: Print the program's source code Pin
donaldGuy22-May-05 10:58
donaldGuy22-May-05 10:58 
GeneralRe: Print the program's source code Pin
Christian Graus22-May-05 15:02
protectorChristian Graus22-May-05 15:02 
GeneralRe: Print the program's source code Pin
David Crow23-May-05 2:44
David Crow23-May-05 2:44 
GeneralRunning at set times Pin
Member 66746821-May-05 19:54
Member 66746821-May-05 19:54 
GeneralRe: Running at set times Pin
Trollslayer21-May-05 21:48
mentorTrollslayer21-May-05 21:48 
GeneralRe: Running at set times Pin
Blake V. Miller22-May-05 2:21
Blake V. Miller22-May-05 2:21 
GeneralRe: Running at set times Pin
David Crow23-May-05 2:46
David Crow23-May-05 2:46 
GeneralInvalid handle issue for a Service application while using GenerateConsoleCtrlEvent Pin
jiju_m_jiju21-May-05 19:39
sussjiju_m_jiju21-May-05 19:39 
GeneralPrint preview Pin
Anonymous21-May-05 15:54
Anonymous21-May-05 15:54 
GeneralDevice contexts Pin
Anonymous21-May-05 15:43
Anonymous21-May-05 15:43 
GeneralRe: Device contexts Pin
Blake V. Miller21-May-05 18:20
Blake V. Miller21-May-05 18:20 
GeneralDynamic splliter windows Pin
Anonymous21-May-05 15:01
Anonymous21-May-05 15:01 
GeneralSerialization Pin
Anonymous21-May-05 15:00
Anonymous21-May-05 15:00 
GeneralRe: Serialization Pin
Tom Archer21-May-05 15:13
Tom Archer21-May-05 15:13 
GeneralRe: Serialization Pin
Ravi Bhavnani22-May-05 5:50
professionalRavi Bhavnani22-May-05 5:50 
GeneralRe: Serialization Pin
David Crow23-May-05 2:48
David Crow23-May-05 2:48 
GeneralRestoring Multiple Toolbars Pin
Ron Ritchie21-May-05 12:58
Ron Ritchie21-May-05 12:58 

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.