From owner-freebsd-questions@FreeBSD.ORG Sun Apr 22 20:02:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 705AA16A401 for ; Sun, 22 Apr 2007 20:02:29 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from p28.ich-19.com (fa.ea.5646.static.theplanet.com [70.86.234.250]) by mx1.freebsd.org (Postfix) with ESMTP id 51BD513C468 for ; Sun, 22 Apr 2007 20:02:29 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from [89.122.145.219] (helo=Unknown-00-13-d4-de-87-6f.lan) by p28.ich-19.com with esmtpa (Exim 4.63) (envelope-from ) id 1HfiGH-0007Jv-E7 for freebsd-questions@freebsd.org; Sun, 22 Apr 2007 15:02:17 -0500 Date: Sun, 22 Apr 2007 23:03:30 +0300 From: Ghirai X-Mailer: The Bat! (v3.98.4) Professional X-Priority: 3 (Normal) Message-ID: <1618818814.20070422230330@ghirai.com> To: freebsd-questions@freebsd.org In-Reply-To: <1247735752.20070422200736@ghirai.com> References: <1247735752.20070422200736@ghirai.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - p28.ich-19.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - ghirai.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Disassembler for freebsd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ghirai List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2007 20:02:29 -0000 > Hello list, > Has anyone tried to use ldasm and/or lida on FreeBSD? > Are there any alternatives, besides hte? > Thanks. It seems that objdump is linked statically with bfdlib, and it doesn't support pe files. My question would be how to get objdump to diassemble pe files? I've searched around and i've only found log discussions/rants about why the gnu people statically link libraries and such... I'd appreciate if anyone could point me in the right direction. Thanks. -- Best regards, Ghirai.