Author Topic: 64 bit Debug/DisAsms  (Read 3738 times)

K_F

  • Member
  • *****
  • Posts: 1743
  • Anybody out there?
64 bit Debug/DisAsms
« 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/
'Sire, Sire!... the peasants are Revolting !!!'
'Yes, they are.. aren't they....'

fearless

  • Member
  • ****
  • Posts: 573
    • Github
Re: 64 bit Debug/DisAsms
« Reply #1 on: March 01, 2016, 06:59:13 AM »
Worth checking out x64dbg, an open source 32bit/64bit debugger

Website: http://x64dbg.com

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

Gitter: 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.
fearless

ASUS Crosshair 8 Hero, AMD 5950X, 32GB, MSI 5700XT, NZXT Kraken Z73, Seasonic 1000W PSU

Github Twitter Mastodon Gitbook

agguro

  • Regular Member
  • *
  • Posts: 3
    • assembly programming examples
Re: 64 bit Debug/DisAsms
« Reply #2 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