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

C / C++ / MFC

 
GeneralRe: Handle Problem Pin
chen30-Sep-02 3:07
chen30-Sep-02 3:07 
GeneralRe: Handle Problem Pin
Anonymous30-Sep-02 7:35
Anonymous30-Sep-02 7:35 
GeneralSaving data between DLL calls Pin
DarrollWalsh29-Sep-02 14:22
DarrollWalsh29-Sep-02 14:22 
GeneralRe: Saving data between DLL calls Pin
Chris Losinger29-Sep-02 14:26
professionalChris Losinger29-Sep-02 14:26 
GeneralRe: Saving data between DLL calls Pin
DarrollWalsh29-Sep-02 14:30
DarrollWalsh29-Sep-02 14:30 
GeneralRe: Saving data between DLL calls Pin
Chris Losinger29-Sep-02 14:38
professionalChris Losinger29-Sep-02 14:38 
GeneralRe: Saving data between DLL calls Pin
DarrollWalsh29-Sep-02 14:49
DarrollWalsh29-Sep-02 14:49 
GeneralRe: Saving data between DLL calls Pin
Chris Losinger29-Sep-02 14:54
professionalChris Losinger29-Sep-02 14:54 
GeneralA good MPEG library ! Pin
Hadi Rezaee29-Sep-02 10:10
Hadi Rezaee29-Sep-02 10:10 
GeneralRe: A good MPEG library ! Pin
Stephane Rodriguez.29-Sep-02 10:19
Stephane Rodriguez.29-Sep-02 10:19 
GeneralRe: A good MPEG library ! Pin
Hadi Rezaee29-Sep-02 12:06
Hadi Rezaee29-Sep-02 12:06 
GeneralRe: A good MPEG library ! Pin
Chris Losinger29-Sep-02 14:28
professionalChris Losinger29-Sep-02 14:28 
GeneralPrinting Problem in XP. In real trouble Pin
mijarral29-Sep-02 8:02
mijarral29-Sep-02 8:02 
GeneralRe: Printing Problem in XP. In real trouble Pin
Phil J Pearson30-Sep-02 1:45
Phil J Pearson30-Sep-02 1:45 
GeneralRe: Printing Problem in XP. In real trouble Pin
mijarral3-Oct-02 7:02
mijarral3-Oct-02 7:02 
GeneralOLE DB Problem Pin
Alex Deem29-Sep-02 7:47
Alex Deem29-Sep-02 7:47 
QuestionHooking to process memory - where to start? Pin
generic_user_id29-Sep-02 7:09
generic_user_id29-Sep-02 7:09 
AnswerRe: Hooking to process memory - where to start? Pin
Dave Bryant29-Sep-02 14:34
Dave Bryant29-Sep-02 14:34 
GeneralRe: Hooking to process memory - where to start? Pin
carrie29-Sep-02 21:57
carrie29-Sep-02 21:57 
GeneralRe: Hooking to process memory - where to start? Pin
generic_user_id30-Sep-02 5:49
generic_user_id30-Sep-02 5:49 
GeneralRe: Hooking to process memory - where to start? Pin
generic_user_id30-Sep-02 5:32
generic_user_id30-Sep-02 5:32 
GeneralRe: Hooking to process memory - where to start? Pin
jmkhael30-Sep-02 5:43
jmkhael30-Sep-02 5:43 
GeneralRe: Hooking to process memory - where to start? Pin
carrie30-Sep-02 7:48
carrie30-Sep-02 7:48 
exactly like that, if you use CreateProcess and supply the flag to show that the program you're writing is debugging the one you are wanting to debug, you can get access to read into its memory space.

Just forked out for that book myself about a month ago, its full of amazing code so I'm more than happy to have paid so much for it. Can't live without it now Smile | :)
GeneralRe: Hooking to process memory - where to start? Pin
generic_user_id30-Sep-02 8:14
generic_user_id30-Sep-02 8:14 

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.