Click here to Skip to main content
15,868,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Read binary File Pin
David Crow29-Nov-12 2:37
David Crow29-Nov-12 2:37 
Questionextracting resources from an exe for translation Pin
chronodekar28-Nov-12 21:28
chronodekar28-Nov-12 21:28 
AnswerRe: extracting resources from an exe for translation Pin
Mattias G3-Dec-12 22:24
Mattias G3-Dec-12 22:24 
Questioncompile code twice,why the two result is differrent Pin
yingkou28-Nov-12 21:10
yingkou28-Nov-12 21:10 
AnswerRe: compile code twice,why the two result is differrent Pin
Stefan_Lang28-Nov-12 22:31
Stefan_Lang28-Nov-12 22:31 
AnswerRe: compile code twice,why the two result is differrent Pin
Stephen Hewitt29-Nov-12 0:42
Stephen Hewitt29-Nov-12 0:42 
AnswerRe: compile code twice,why the two result is differrent Pin
Sajeesh Payolam30-Nov-12 18:28
Sajeesh Payolam30-Nov-12 18:28 
AnswerRe: compile code twice,why the two result is differrent Pin
Cristian Amarie3-Dec-12 8:55
Cristian Amarie3-Dec-12 8:55 
I suppose you are compiling with VS. What differs is a timestamp added by compiler (more precisely, by linker). I don't remember where, but I think is somewhere in IAT. You can patch those bytes (I think is a __int64, most likely a FILETIME) either by patching the binary or by setting system time (not sure since you don't know when exactly the linking occurs).
Nuclear launch detected

QuestionCListCtrl Pin
sarfaraznawaz28-Nov-12 21:07
sarfaraznawaz28-Nov-12 21:07 
AnswerRe: CListCtrl Pin
Jochen Arndt28-Nov-12 21:30
professionalJochen Arndt28-Nov-12 21:30 
QuestionLong pointer to character C++ Pin
pix_programmer28-Nov-12 4:41
pix_programmer28-Nov-12 4:41 
GeneralRe: Long pointer to character C++ Pin
David Crow28-Nov-12 5:19
David Crow28-Nov-12 5:19 
AnswerRe: Long pointer to character C++ Pin
Richard MacCutchan28-Nov-12 5:20
mveRichard MacCutchan28-Nov-12 5:20 
AnswerRe: Long pointer to character C++ Pin
Stefan_Lang28-Nov-12 6:07
Stefan_Lang28-Nov-12 6:07 
GeneralRe: Long pointer to character C++ Pin
David Crow28-Nov-12 7:56
David Crow28-Nov-12 7:56 
GeneralRe: Long pointer to character C++ Pin
Stefan_Lang28-Nov-12 22:03
Stefan_Lang28-Nov-12 22:03 
AnswerRe: Long pointer to character C++ Pin
CPallini28-Nov-12 7:48
mveCPallini28-Nov-12 7:48 
AnswerRe: Long pointer to character C++ Pin
Sajeesh Payolam30-Nov-12 18:35
Sajeesh Payolam30-Nov-12 18:35 
AnswerRe: Long pointer to character C++ Pin
April Fans13-Dec-12 18:06
April Fans13-Dec-12 18:06 
Questionproblem in c with linux Pin
a1_shay28-Nov-12 2:23
a1_shay28-Nov-12 2:23 
AnswerRe: problem in c with linux Pin
CPallini28-Nov-12 3:07
mveCPallini28-Nov-12 3:07 
SuggestionRe: problem in c with linux Pin
Richard MacCutchan28-Nov-12 3:11
mveRichard MacCutchan28-Nov-12 3:11 
GeneralRe: problem in c with linux Pin
a1_shay28-Nov-12 21:35
a1_shay28-Nov-12 21:35 
GeneralRe: problem in c with linux Pin
Richard MacCutchan28-Nov-12 23:04
mveRichard MacCutchan28-Nov-12 23:04 
AnswerRe: problem in c with linux Pin
Sajeesh Payolam30-Nov-12 18:40
Sajeesh Payolam30-Nov-12 18:40 

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.