From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 2 16:46:41 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4236C16A41F for ; Sat, 2 Jun 2007 16:46:41 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 0E14613C44C for ; Sat, 2 Jun 2007 16:46:40 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l52G8KUv004469; Sat, 2 Jun 2007 10:08:20 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id l52G8HVg008280; Sat, 2 Jun 2007 10:08:17 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.1/8.14.1/Submit) id l52G8GmZ008277; Sat, 2 Jun 2007 10:08:16 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18017.38384.749310.450410@gromit.timing.com> Date: Sat, 2 Jun 2007 10:08:16 -0600 From: John E Hein To: Roman Divacky In-Reply-To: <20070602111412.GA2515@freebsd.org> References: <32640.217.221.237.206.1180701628.squirrel@krisma.oltrelinux.com> <20070601131741.GA55533@freebsd.org> <34078888@srv.sem.ipt.ru> <20070602111412.GA2515@freebsd.org> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Spam-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50, DK_POLICY_SIGNSOME autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on Daffy.timing.com Cc: freebsd-emulation@freebsd.org, Paolo Pisati Subject: Re: Linux_base-fc4/6, FreeBSD 6/7 and some Linux binaries X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 16:46:41 -0000 Roman Divacky wrote at 13:14 +0200 on Jun 2, 2007: > On Fri, Jun 01, 2007 at 07:38:47PM +0400, Boris Samorodov wrote: > > On Fri, 1 Jun 2007 15:17:41 +0200 Roman Divacky wrote: > > > > > > [piso@piso ~/devkitARM]$ file ./bin/git > > > > ./bin/git: ELF 32-bit LSB executable, Intel 80386, version 1, statically > > > > linked, corrupted section header size > > > > > hard to say whats going on but "corrupted section header size" looks bad > > > to me. > > > > Do we support linux binaries which are packed with UPX executable > > packer? ;-) I tried a simple hello world program (with extra spaces to make it compressable), compiled and upx'd under linux. It worked fine under FreeBSD 6-stable (and file reported the same 'corrupted section header size'). That doesn't prove that it will work with all programs, of course. > never heard about it... is there any way how to "unpack" it, thus making > it normal linux elf? Yep. 'upx -d'