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

C / C++ / MFC

 
QuestionWriting a C++ code to print a file Pin
barun_iit28-Aug-07 1:29
barun_iit28-Aug-07 1:29 
AnswerRe: Writing a C++ code to print a file Pin
Nishad S28-Aug-07 1:39
Nishad S28-Aug-07 1:39 
AnswerRe: Writing a C++ code to print a file Pin
chandu00428-Aug-07 1:42
chandu00428-Aug-07 1:42 
GeneralRe: Writing a C++ code to print a file Pin
barun_iit28-Aug-07 18:10
barun_iit28-Aug-07 18:10 
QuestionIdentifying a corrupt exe Pin
vipin_nvk28-Aug-07 1:15
vipin_nvk28-Aug-07 1:15 
AnswerRe: Identifying a corrupt exe Pin
jhwurmbach28-Aug-07 1:38
jhwurmbach28-Aug-07 1:38 
AnswerRe: Identifying a corrupt exe Pin
kasturi_haribabu28-Aug-07 1:42
kasturi_haribabu28-Aug-07 1:42 
QuestionInside ntdll.dll Pin
Waldermort28-Aug-07 1:04
Waldermort28-Aug-07 1:04 
Can anybody tell me why I'm unable to step inside ntdll with the MS debugger?

I am trying to hook NtCreateSection and replace the section with my own, but I'm getting access violation return codes. So I try stepping into the mthod in order to see what is going on, but I immediatly land on a JUMP instruction and get thrown back out. The code then fails with an "unable to read this address" pop-up. Stepping over the call causes no problems.

Anyway, I have a section created from a file with the PAGE_READONLY flag set, I tried changing this to PAGE_WRITECOPY which succeeds but I'm still unable to map the section. ( No access rights ). But the section is created with ALL_ACCESS_RIGHTS.

Any ideas?
AnswerRe: Inside ntdll.dll Pin
Stephen Hewitt28-Aug-07 14:49
Stephen Hewitt28-Aug-07 14:49 
GeneralRe: Inside ntdll.dll Pin
Waldermort28-Aug-07 14:55
Waldermort28-Aug-07 14:55 
QuestionTemplates Pin
Russell'28-Aug-07 0:16
Russell'28-Aug-07 0:16 
AnswerRe: Templates Pin
Russell'28-Aug-07 0:52
Russell'28-Aug-07 0:52 
GeneralRe: Templates Pin
sw@thi28-Aug-07 1:34
sw@thi28-Aug-07 1:34 
GeneralRe: Templates Pin
Russell'28-Aug-07 1:50
Russell'28-Aug-07 1:50 
GeneralRe: Templates Pin
Mark Salsbery28-Aug-07 6:37
Mark Salsbery28-Aug-07 6:37 
GeneralRe: Templates Pin
Russell'28-Aug-07 7:11
Russell'28-Aug-07 7:11 
GeneralRe: Templates Pin
Mark Salsbery28-Aug-07 7:18
Mark Salsbery28-Aug-07 7:18 
QuestionC++/MFC GDI Fonts. Pin
Bhavesh Bagadiya28-Aug-07 0:03
Bhavesh Bagadiya28-Aug-07 0:03 
AnswerRe: C++/MFC GDI Fonts. Pin
chandu00428-Aug-07 0:08
chandu00428-Aug-07 0:08 
GeneralRe: C++/MFC GDI Fonts. Pin
Bhavesh Bagadiya28-Aug-07 0:12
Bhavesh Bagadiya28-Aug-07 0:12 
NewsRe: C++/MFC GDI Fonts. Pin
chandu00428-Aug-07 0:41
chandu00428-Aug-07 0:41 
GeneralRe: C++/MFC GDI Fonts. Pin
Bhavesh Bagadiya28-Aug-07 0:55
Bhavesh Bagadiya28-Aug-07 0:55 
AnswerRe: C++/MFC GDI Fonts. Pin
David Crow28-Aug-07 2:42
David Crow28-Aug-07 2:42 
AnswerRe: C++/MFC GDI Fonts. Pin
Iain Clarke, Warrior Programmer28-Aug-07 3:51
Iain Clarke, Warrior Programmer28-Aug-07 3:51 
GeneralRe: C++/MFC GDI Fonts. Pin
Bhavesh Bagadiya28-Aug-07 21:00
Bhavesh Bagadiya28-Aug-07 21:00 

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.