Click here to Skip to main content
15,897,519 members
Home / Discussions / C#
   

C#

 
QuestionHow to determine if two C# exe come from the same source Pin
cwster14-Jan-09 8:03
cwster14-Jan-09 8:03 
AnswerRe: How to determine if two C# exe come from the same source Pin
Scott Dorman14-Jan-09 9:00
professionalScott Dorman14-Jan-09 9:00 
GeneralRe: How to determine if two C# exe come from the same source Pin
cwster14-Jan-09 9:39
cwster14-Jan-09 9:39 
GeneralRe: How to determine if two C# exe come from the same source Pin
Scott Dorman14-Jan-09 9:43
professionalScott Dorman14-Jan-09 9:43 
GeneralRe: How to determine if two C# exe come from the same source Pin
cwster14-Jan-09 9:54
cwster14-Jan-09 9:54 
GeneralRe: How to determine if two C# exe come from the same source Pin
Scott Dorman14-Jan-09 9:57
professionalScott Dorman14-Jan-09 9:57 
GeneralRe: How to determine if two C# exe come from the same source Pin
Dave Kreskowiak14-Jan-09 10:35
mveDave Kreskowiak14-Jan-09 10:35 
AnswerRe: How to determine if two C# exe come from the same source [modified] Pin
Luc Pattyn14-Jan-09 9:07
sitebuilderLuc Pattyn14-Jan-09 9:07 
Hi,

IMO this is impossible:
- first, pretending to know at what locations EXE files could differ even when all the sources are the same is assuming a lot, e.g. is it documented the compiler must allocate objects in a specific order? is it documented the linker will always link things in the same order?
- second, assume you have the magic tool; I build once from some sources; I build again from the same sources (tool says: same source); now I replace one of the source files by a copy, modifying some comments, the name of a local variable, the order of two declaration statements, etc
and build again; the tool will tell you once more the sources were the same although they were not.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]

I use ListBoxes for line-oriented text (not TextBoxes), and PictureBoxes for pictures (not drawings).


modified on Friday, June 10, 2011 12:25 PM

GeneralRe: How to determine if two C# exe come from the same source Pin
cwster14-Jan-09 9:46
cwster14-Jan-09 9:46 
AnswerRe: How to determine if two C# exe come from the same source [modified] Pin
Luc Pattyn14-Jan-09 9:59
sitebuilderLuc Pattyn14-Jan-09 9:59 
AnswerRe: How to determine if two C# exe come from the same source Pin
#realJSOP14-Jan-09 9:46
professional#realJSOP14-Jan-09 9:46 
GeneralRe: How to determine if two C# exe come from the same source Pin
Scott Dorman14-Jan-09 9:56
professionalScott Dorman14-Jan-09 9:56 
GeneralRe: How to determine if two C# exe come from the same source Pin
cwster14-Jan-09 10:00
cwster14-Jan-09 10:00 
GeneralRe: How to determine if two C# exe come from the same source Pin
Scott Dorman14-Jan-09 10:02
professionalScott Dorman14-Jan-09 10:02 
AnswerRe: How to determine if two C# exe come from the same source Pin
User 665814-Jan-09 10:04
User 665814-Jan-09 10:04 
AnswerRe: How to determine if two C# exe come from the same source [modified] Pin
Luc Pattyn14-Jan-09 10:12
sitebuilderLuc Pattyn14-Jan-09 10:12 
GeneralRe: How to determine if two C# exe come from the same source Pin
PIEBALDconsult14-Jan-09 16:57
mvePIEBALDconsult14-Jan-09 16:57 
AnswerRe: How to determine if two C# exe come from the same source Pin
Daniel Grunwald14-Jan-09 12:48
Daniel Grunwald14-Jan-09 12:48 
AnswerRe: How to determine if two C# exe come from the same source Pin
Henry Minute14-Jan-09 13:31
Henry Minute14-Jan-09 13:31 
Questionmultiple icons in exe with alpha Pin
Xmen Real 14-Jan-09 5:59
professional Xmen Real 14-Jan-09 5:59 
QuestionProblem transferring file with FTP using Socket Pin
Member 321680814-Jan-09 5:50
Member 321680814-Jan-09 5:50 
AnswerRe: Problem transferring file with FTP using Socket Pin
Mark Salsbery14-Jan-09 13:35
Mark Salsbery14-Jan-09 13:35 
GeneralRe: Problem transferring file with FTP using Socket Pin
Member 321680815-Jan-09 2:41
Member 321680815-Jan-09 2:41 
AnswerRe: Problem transferring file with FTP using Socket Pin
Bharat Jain29-Jan-09 19:47
Bharat Jain29-Jan-09 19:47 
QuestionSend UDP string via proxy [modified] Pin
s.sala14-Jan-09 4:05
s.sala14-Jan-09 4:05 

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.