Message from discussion
C++ x86 Disassmbler
Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!weretis.net!feeder2.news.weretis.net!news.albasani.net!not-for-mail
From: "cr88192" <cr88...@hotmail.com>
Newsgroups: comp.lang.misc,alt.os.development
Subject: Re: C++ x86 Disassmbler
Date: Tue, 30 Jun 2009 07:31:56 -0700
Organization: albasani.net
Lines: 32
Message-ID: <h2d7kt$ui9$1@news.albasani.net>
References: <7atabvF20uv49U1@mid.individual.net> <7atc5eF215c68U1@mid.individual.net>
X-Trace: news.albasani.net XQMXvw06mWB+qH66+ZYAaeZ9BpI6OZc2hlUvEL9VUHHhvUHk3xGf6r8Hu3MJlpW2PgxPuepXuo8LzrhKQQHjxwIkicCQ3/iOZSeR8R22UdOxeZ8g+JVRb3SPmmLkuqJy
X-Complaints-To: abuse@albasani.net
NNTP-Posting-Date: Tue, 30 Jun 2009 14:31:57 +0000 (UTC)
X-User-ID: I9tEkQMQlQSBRJ6R+ZrIoqHJICEaR9S2KU45rSd7GVs=
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
X-RFC2646: Format=Flowed; Response
X-Newsreader: Microsoft Outlook Express 6.00.2900.3264
Cancel-Lock: sha1:ZTjlXBgIFgbW8Gya/HivzQOlc5w=
X-NNTP-Posting-Host: uNijAt5E6q/uWsRtYUX1HdHkgCnEpXPA3lynRynuyFo=
X-Priority: 3
X-MSMail-Priority: Normal
"Aaron Gray" <ang.use...@gmail.com> wrote in message
news:7atc5eF215c68U1@mid.individual.net...
> "Aaron Gray" <ang.use...@gmail.com> wrote in message
> news:7atabvF20uv49U1@mid.individual.net...
>>I have to write an objdump/bindump program and am looking for an x86
>>disassembler written in C++.
>
> Ah, just found diStorm again, thought it was called DStorm. Its C code but
> thats allright for now, may convert it to C++ or just use a wrapper for
> now.
>
> http://ragestorm.net/distorm/
>
> Its under a very permissive license :)
>
meanwhile, long ago (or, for a long time now), I wrote my own
disassembler...
it mostly shares code with my assembler, and is mostly used for debug
dumping.
still doesn't currently support AVX/VEX/SSE5 yet though (or any other
non-x86 arch...).
and it is LGPL...
> Aaron
>
>