Re: Statistical anlysis of cygwin1.dll

2009-11-04 Thread Dave Korn
Christopher Faylor wrote: > On Wed, Nov 04, 2009 at 03:27:10PM +, Dave Korn wrote: >> Thomas Werner wrote: >>> i need to analyse the cygwin1.dlls assembler code for statistical >>> purpose. but therefor i need to know which compiler is used and its >>> version. every pe tool i used said "comp

Re: Statistical anlysis of cygwin1.dll

2009-11-04 Thread Christopher Faylor
On Wed, Nov 04, 2009 at 03:27:10PM +, Dave Korn wrote: >Thomas Werner wrote: >>i need to analyse the cygwin1.dlls assembler code for statistical >>purpose. but therefor i need to know which compiler is used and its >>version. every pe tool i used said "compiler unknown", so can anyone >>help

Re: Statistical anlysis of cygwin1.dll

2009-11-04 Thread Dave Korn
Thomas Werner wrote: > hi, > > i need to analyse the cygwin1.dlls assembler code for statistical > purpose. but therefor i need to know which compiler is used and its > version. every pe tool i used said "compiler unknown", so can anyone > help me? It is compiled by the version of gcc-4.3.4 cur

Re: Statistical anlysis of cygwin1.dll

2009-11-04 Thread Tim Prince
Thomas Werner wrote: i need to analyse the cygwin1.dlls assembler code for statistical purpose. but therefor i need to know which compiler is used and its version. every pe tool i used said "compiler unknown", so can anyone help me? If a guess that it may have been done with a gcc cross co

Statistical anlysis of cygwin1.dll

2009-11-04 Thread Thomas Werner
hi, i need to analyse the cygwin1.dlls assembler code for statistical purpose. but therefor i need to know which compiler is used and its version. every pe tool i used said "compiler unknown", so can anyone help me? if it's important. the file version i'm talking about is 1005.25.0.0. pleas