The MASM Forum

Projects => Rarely Used Projects => Archival JWASM postings => Topic started by: Grincheux on November 29, 2015, 03:37:27 AM

Title: 64 bits debugger
Post by: Grincheux on November 29, 2015, 03:37:27 AM
(http://www.arkdasm.com/arkdasm1.png)

It is an alternative to OllyDbg

:t
Title: Re: 64 bits debugger
Post by: Vortex on November 29, 2015, 03:47:29 AM
Hi Grincheux,

Thanks for the info.

ArkDasm 64-bit interactive disassembler :

http://www.arkdasm.com/index.html
Title: Re: 64 bits debugger
Post by: Grincheux on November 29, 2015, 04:05:59 AM
Thank you Vortex I had forgotten the link.

Here is an other alternative, an OllyDbg clone : http://x64dbg.com/#start (http://x64dbg.com/#start)

(http://x64dbg.com/img/slide4.png)
Title: Re: 64 bits debugger
Post by: ACP on December 11, 2015, 04:02:33 AM
I'm using currently IDA and WinDBG on x64 platform. I haven't used any of mentioned debuggers. Can you please tell me what is the main difference (except pricing in case of IDA) and is there anything WASM specific to them?
Title: Re: 64 bits debugger
Post by: Grincheux on December 11, 2015, 06:11:48 PM
They are free
Title: Re: 64 bits debugger
Post by: ACP on December 11, 2015, 06:40:38 PM
Quote from: Grincheux on December 11, 2015, 06:11:48 PM
They are free
Thanks but that's what I wrote: except pricing. Any other cool feature? Maybe additional features comparing to OllyDBG or Immunity Debugger which is based on Olly? From the pictures I judge the interface is a lot better than in WinDBG, yet everything seems to be better than WinDBG GUI  ;)

I'll guess I need to install those two debuggers over a weekend and do a comparison.