Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how we can restrict the dialog Pin
vasusree6-Jul-06 19:30
vasusree6-Jul-06 19:30 
GeneralRe: how we can restrict the dialog Pin
Rajesh R Subramanian6-Jul-06 19:55
professionalRajesh R Subramanian6-Jul-06 19:55 
QuestionSetWindowLong Pin
HakunaMatada6-Jul-06 18:46
HakunaMatada6-Jul-06 18:46 
AnswerRe: SetWindowLong Pin
Ryan Binns6-Jul-06 19:06
Ryan Binns6-Jul-06 19:06 
AnswerRe: SetWindowLong Pin
Saurabh.Garg6-Jul-06 19:08
Saurabh.Garg6-Jul-06 19:08 
QuestionDLL Injection process [modified] Pin
Lemmin6-Jul-06 18:45
Lemmin6-Jul-06 18:45 
AnswerRe: DLL Injection process Pin
earl7-Jul-06 6:37
earl7-Jul-06 6:37 
GeneralRe: DLL Injection process Pin
Lemmin7-Jul-06 19:00
Lemmin7-Jul-06 19:00 
Thank you. That simple answer was actually very informative. There is one thing I don't understand about it, though. If I know the original DLL is calling OpenProcess() and I want to stop it from calling that funciton, what can I put in the dll to basically redirect the code to just after that call? Can I redefine the function in my new dll, even though it is from another library?

One other thing that would be nice to understand goes with your statement that I can replace the dll. Just for learning purposes, I ran a program with the original dll, then I had my loader inject a copy of the same dll that I modified something obvious in asm. Nothing happend. Why is this different than creating a "stub" dll?

Thank you for your help, all this stuff is very intriguing to me.
QuestionAssertion error Pin
Anu_Bala6-Jul-06 18:32
Anu_Bala6-Jul-06 18:32 
AnswerRe: Assertion error Pin
Naveen6-Jul-06 18:38
Naveen6-Jul-06 18:38 
GeneralRe: Assertion error Pin
Anu_Bala6-Jul-06 18:52
Anu_Bala6-Jul-06 18:52 
GeneralRe: Assertion error Pin
Naveen6-Jul-06 19:14
Naveen6-Jul-06 19:14 
GeneralRe: Assertion error Pin
Anu_Bala6-Jul-06 20:15
Anu_Bala6-Jul-06 20:15 
GeneralRe: Assertion error Pin
Anu_Bala6-Jul-06 20:22
Anu_Bala6-Jul-06 20:22 
QuestionVideo Pin
Anilkumar K V6-Jul-06 18:26
Anilkumar K V6-Jul-06 18:26 
Questionmissing Class in classwizard Pin
Tara146-Jul-06 16:45
Tara146-Jul-06 16:45 
AnswerRe: missing Class in classwizard Pin
Naveen6-Jul-06 17:13
Naveen6-Jul-06 17:13 
GeneralRe: missing Class in classwizard Pin
Tara146-Jul-06 17:20
Tara146-Jul-06 17:20 
GeneralRe: missing Class in classwizard Pin
ThatsAlok6-Jul-06 18:33
ThatsAlok6-Jul-06 18:33 
GeneralRe: missing Class in classwizard Pin
Tara146-Jul-06 18:40
Tara146-Jul-06 18:40 
Questioninclude HTML help into MFC application??? Pin
mimimimilaw6-Jul-06 15:50
mimimimilaw6-Jul-06 15:50 
AnswerRe: include HTML help into MFC application??? Pin
John M. Drescher6-Jul-06 16:11
John M. Drescher6-Jul-06 16:11 
GeneralRe: include HTML help into MFC application??? Pin
mimimimilaw6-Jul-06 16:21
mimimimilaw6-Jul-06 16:21 
AnswerRe: include HTML help into MFC application??? Pin
Ryan Binns6-Jul-06 19:14
Ryan Binns6-Jul-06 19:14 
GeneralRe: include HTML help into MFC application??? Pin
John M. Drescher8-Jul-06 2:50
John M. Drescher8-Jul-06 2:50 

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.