Click here to Skip to main content
15,884,425 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to re-engineer code from binary or exe Pin
harold aptroot1-Oct-09 1:59
harold aptroot1-Oct-09 1:59 
GeneralRe: how to re-engineer code from binary or exe Pin
harold aptroot1-Oct-09 3:26
harold aptroot1-Oct-09 3:26 
GeneralRe: how to re-engineer code from binary or exe Pin
Richard MacCutchan1-Oct-09 2:20
mveRichard MacCutchan1-Oct-09 2:20 
GeneralRe: how to re-engineer code from binary or exe Pin
CPallini1-Oct-09 2:36
mveCPallini1-Oct-09 2:36 
GeneralRe: how to re-engineer code from binary or exe Pin
Richard MacCutchan1-Oct-09 5:54
mveRichard MacCutchan1-Oct-09 5:54 
GeneralRe: how to re-engineer code from binary or exe Pin
Iain Clarke, Warrior Programmer1-Oct-09 10:53
Iain Clarke, Warrior Programmer1-Oct-09 10:53 
GeneralRe: how to re-engineer code from binary or exe Pin
CPallini1-Oct-09 11:24
mveCPallini1-Oct-09 11:24 
AnswerRe: how to re-engineer code from binary or exe Pin
Stephen Hewitt1-Oct-09 3:08
Stephen Hewitt1-Oct-09 3:08 
In general it would be hard to imagine how such a tool would work. The kind of thing you're asking for requires intelligence, which is something computers don't do well; they do dumb but fast. The normal way one would go about doing such a thing would to be use various tools, such as disassemblers, to take out some of the grunt work and help you visualise what's going on, but the user (you in this case) would do the "real" work.

Steve

GeneralRe: how to re-engineer code from binary or exe Pin
Richard MacCutchan1-Oct-09 23:18
mveRichard MacCutchan1-Oct-09 23:18 
QuestionCalling external exe in separate shell? Pin
Souldrift1-Oct-09 0:31
Souldrift1-Oct-09 0:31 
AnswerRe: Calling external exe in separate shell? Pin
KarstenK1-Oct-09 0:34
mveKarstenK1-Oct-09 0:34 
AnswerRe: Calling external exe in separate shell? Pin
Richard MacCutchan1-Oct-09 0:43
mveRichard MacCutchan1-Oct-09 0:43 
AnswerRe: Calling external exe in separate shell? Pin
David Crow1-Oct-09 3:11
David Crow1-Oct-09 3:11 
QuestionExcel GetColumns Pin
Davitor1-Oct-09 0:05
Davitor1-Oct-09 0:05 
AnswerRe: Excel GetColumns Pin
Richard MacCutchan1-Oct-09 1:45
mveRichard MacCutchan1-Oct-09 1:45 
QuestionRe: Excel GetColumns Pin
David Crow1-Oct-09 3:14
David Crow1-Oct-09 3:14 
QuestionFile size and File size on disk Pin
includeh101-Oct-09 0:00
includeh101-Oct-09 0:00 
AnswerRe: File size anf File size on disk Pin
Saurabh.Garg1-Oct-09 0:10
Saurabh.Garg1-Oct-09 0:10 
GeneralRe: File size anf File size on disk Pin
includeh101-Oct-09 0:14
includeh101-Oct-09 0:14 
GeneralRe: File size anf File size on disk Pin
peterchen1-Oct-09 0:15
peterchen1-Oct-09 0:15 
GeneralRe: File size anf File size on disk Pin
Saurabh.Garg1-Oct-09 0:16
Saurabh.Garg1-Oct-09 0:16 
GeneralRe: File size anf File size on disk Pin
includeh101-Oct-09 2:31
includeh101-Oct-09 2:31 
GeneralRe: File size anf File size on disk Pin
Saurabh.Garg1-Oct-09 2:37
Saurabh.Garg1-Oct-09 2:37 
GeneralRe: File size anf File size on disk Pin
Member 41945931-Oct-09 8:21
Member 41945931-Oct-09 8:21 
GeneralRe: File size anf File size on disk Pin
Saurabh.Garg1-Oct-09 16:22
Saurabh.Garg1-Oct-09 16:22 

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.