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

C / C++ / MFC

 
GeneralRe: Creating a dll using Visual C++ 2005 Pin
Sangeetha_J11-Aug-08 22:19
Sangeetha_J11-Aug-08 22:19 
GeneralRe: Creating a dll using Visual C++ 2005 Pin
toxcct11-Aug-08 22:22
toxcct11-Aug-08 22:22 
AnswerRe: Creating a dll using Visual C++ 2005 Pin
noxmortis12-Aug-08 4:59
noxmortis12-Aug-08 4:59 
QuestionHello how to redirect the function's return address to your own function address? Pin
nah133711-Aug-08 21:15
nah133711-Aug-08 21:15 
AnswerRe: Hello how to redirect the function's return address to your own function address? Pin
toxcct11-Aug-08 21:31
toxcct11-Aug-08 21:31 
GeneralRe: Hello how to redirect the function's return address to your own function address? Pin
nah133711-Aug-08 23:52
nah133711-Aug-08 23:52 
GeneralRe: Hello how to redirect the function's return address to your own function address? Pin
toxcct11-Aug-08 23:54
toxcct11-Aug-08 23:54 
GeneralRe: Hello how to redirect the function's return address to your own function address? Pin
nah133712-Aug-08 0:00
nah133712-Aug-08 0:00 
No im not see this
I want to redirect/ patch a call of the 10003DD7 function its addres is 0x0003DD7 and calls vsnprintf what addres is 0x0076533

int sub_10003DD7(char *Dest, size_t Count, char *Format, ...)
{
va_list va; // [sp+18h] [bp+10h]@1
int result; // eax@1
size_t v5; // esi@1
char *v6; // edi@1

va_start(va, Format);
v5 = Count;
v6 = Dest;
result = _vsnprintf(Dest, Count, Format, va);
v6[v5 - 1] = 0;
return result;
}
GeneralRe: Hello how to redirect the function's return address to your own function address? Pin
Bram van Kampen12-Aug-08 11:07
Bram van Kampen12-Aug-08 11:07 
QuestionHow to change the exe file's icon shown in the explorer? Pin
fantasy121511-Aug-08 20:37
fantasy121511-Aug-08 20:37 
AnswerRe: How to change the exe file's icon shown in the explorer? Pin
toxcct11-Aug-08 21:30
toxcct11-Aug-08 21:30 
AnswerRe: How to change the exe file's icon shown in the explorer? Pin
Jijo.Raj11-Aug-08 22:45
Jijo.Raj11-Aug-08 22:45 
GeneralRe: How to change the exe file's icon shown in the explorer? Pin
toxcct11-Aug-08 23:05
toxcct11-Aug-08 23:05 
GeneralRe: How to change the exe file's icon shown in the explorer? Pin
Jijo.Raj11-Aug-08 23:16
Jijo.Raj11-Aug-08 23:16 
GeneralRe: How to change the exe file's icon shown in the explorer? Pin
toxcct11-Aug-08 23:19
toxcct11-Aug-08 23:19 
GeneralRe: How to change the exe file's icon shown in the explorer? Pin
Jijo.Raj11-Aug-08 23:33
Jijo.Raj11-Aug-08 23:33 
GeneralRe: How to change the exe file's icon shown in the explorer? Pin
Mark Salsbery12-Aug-08 5:40
Mark Salsbery12-Aug-08 5:40 
QuestionRe: How to change the exe file's icon shown in the explorer? Pin
fantasy121511-Aug-08 23:21
fantasy121511-Aug-08 23:21 
AnswerRe: How to change the exe file's icon shown in the explorer? Pin
Jijo.Raj11-Aug-08 23:30
Jijo.Raj11-Aug-08 23:30 
GeneralRe: How to change the exe file's icon shown in the explorer? Pin
fantasy121511-Aug-08 23:39
fantasy121511-Aug-08 23:39 
AnswerRe: How to change the exe file's icon shown in the explorer? Pin
toxcct11-Aug-08 23:33
toxcct11-Aug-08 23:33 
GeneralRe: How to change the exe file's icon shown in the explorer? Pin
fantasy121511-Aug-08 23:53
fantasy121511-Aug-08 23:53 
AnswerRe: How to change the exe file's icon shown in the explorer? Pin
David Crow12-Aug-08 3:28
David Crow12-Aug-08 3:28 
Questionpush_back error Pin
monsieur_jj11-Aug-08 19:53
monsieur_jj11-Aug-08 19:53 
AnswerRe: push_back error Pin
Jijo.Raj11-Aug-08 20:38
Jijo.Raj11-Aug-08 20:38 

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.