Re: Looking for a good disassembler

2005-07-11 Thread Tom Wickline
On 7/11/05, Uwe Bonnes <[EMAIL PROTECTED]> wrote: > > There is recstudio mentioned, but I don't see a download link. Does anybody > know about the (release|copyright) status of recstudio? http://www.backerstreet.com/rec/rec.htm Tom

Re: Looking for a good disassembler

2005-07-11 Thread Uwe Bonnes
> "Felix" == Felix Nawothnig <[EMAIL PROTECTED]> writes: Felix> Nick Burns wrote: >> REC is an impressive free deCompiler (better than a simple >> disassembler) its based off of boomarang Felix> REC uses compiler dependend pattern matching which often fails Felix> miserabl

Re: Looking for a good disassembler

2005-07-10 Thread Felix Nawothnig
Nick Burns wrote: REC is an impressive free deCompiler (better than a simple disassembler) its based off of boomarang REC uses compiler dependend pattern matching which often fails miserably for modern code, it doesn't recognize a huge amount of >i386 opcodes (even some i386 opcodes) and I've

Re: Looking for a good disassembler

2005-07-10 Thread Anderson Lizardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On Sun, Jul 10, 2005 at 02:31:57PM -0700, James Liggett wrote: >>Can someone recommend a good win32 disassembler, preferably one that >>shows the contents of data segments and shows imports/exports? I use the HT Editor (http://hte.sourceforge.net/).

Re: Looking for a good disassembler

2005-07-10 Thread Roger Young
On Sun, 10 Jul 2005 14:31:57 -0700 James Liggett <[EMAIL PROTECTED]> wrote: > Hi all, > Can someone recommend a good win32 disassembler, preferably one that > shows the contents of data segments and shows imports/exports? Geprge Bush? > > Thanks a lot, > James Liggett > > > > This message

Re: Looking for a good disassembler

2005-07-10 Thread Andreas Mohr
Hi, On Sun, Jul 10, 2005 at 02:31:57PM -0700, James Liggett wrote: > Hi all, > Can someone recommend a good win32 disassembler, preferably one that > shows the contents of data segments and shows imports/exports? You probably want IDA (Interactive DisAssembler). With about $600 or so too expensive

RE: Looking for a good disassembler

2005-07-10 Thread Nick Burns
OllyDbg is a good free binary disassembler/debugger http://www.ollydbg.de/ Ida Pro is a very nice disassembler/debugger -- (its commerical but it there is a free windows version) http://www.datarescue.com/ http://www.datarescue.com/idabase/idadown.htm W32Dasm is a decent (kin