On 25/05/05, Dave Korn wrote:
> Original Message
> >From: Lev Bishop
> >Sent: 25 May 2005 11:54
> Yow. So you copy it from a PE to an ELF, and then back to PE? You very
> much need to read the section on canonicalisation in the bfd section of the
> ld manual. "info ld" then search for "
Original Message
>From: Lev Bishop
>Sent: 25 May 2005 11:54
> I don't have much clue what I'm doing with binutils, but I've managed
> to cause a SEGV in objdump. Here's how:
> $ cat > a.c
> int main (void)
> {
> int i=1;
> i++;
> return i;
> }
> $ gcc a.c
> $ objcop
On Wed, May 25, 2005 at 06:54:28AM -0400, Lev Bishop wrote:
>(What I was actually hoping to do above was to remove/normalize the
>time/date header in pei-i386, so that my executables are repeatable
>functions of their sources, so I can checksum/fingerprint them in my
>build system. Clearly my above
On Wed, 25 May 2005 07:40:17 +0200 (CEST), wrote:
>I've made a new version of binutils available for installation.
>This version is a refresh from CVS on sources.redhat.com.
>
>For a brief description of this package, and a listing of the files it
>contains, see http://cygwin.com/packages/binuti
I don't have much clue what I'm doing with binutils, but I've managed
to cause a SEGV in objdump. Here's how:
$ cat > a.c
int main (void)
{
int i=1;
i++;
return i;
}
$ gcc a.c
$ objcopy -O elf32-i386 a.exe
$ objcopy -O pei-i386 a.exe
$ objdump -x a.exe
a.exe: file format
I've made a new version of binutils available for installation.
This version is a refresh from CVS on sources.redhat.com.
This release seems to fix a strip SEGV caused by trying to strip an
archive file which contains an archive file. It also contains a dlltool
patch from our very own Yitzchak Sc
6 matches
Mail list logo