The MASM Forum

64 bit assembler => 64 bit assembler. Conceptual Issues => Topic started by: K_F on March 01, 2016, 04:29:13 AM

Title: 64 bit Debug/DisAsms
Post by: K_F on March 01, 2016, 04:29:13 AM
As Olly doesn't seem to like 64 bit PEs any more... I've started playing with this guy...
Very simple an neat... not bad..
http://arkdasm.com/ (http://arkdasm.com/)
Title: Re: 64 bit Debug/DisAsms
Post by: fearless on March 01, 2016, 06:59:13 AM
Worth checking out x64dbg, an open source 32bit/64bit debugger

Website: http://x64dbg.com (http://x64dbg.com)

Github: https://github.com/x64dbg/x64dbg (https://github.com/x64dbg/x64dbg) - Contribute to its development, open issues to request features or report any problems.

Gitter: https://gitter.im/x64dbg/x64dbg (https://gitter.im/x64dbg/x64dbg) - Chat with developers and users directly, with integrated sidebar that shows realtime updates from the github repo to show commits, comments and issues activity.
Title: Re: 64 bit Debug/DisAsms
Post by: agguro on March 01, 2016, 06:25:03 PM
I use the one with Visual Studio 2015. Unfortunately I can't see segment registers (perhaps I didn't found them yet).  I will try this one out. Thx