News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

64 bit windows debuggers running under WINE

Started by markallyn, September 19, 2017, 05:36:24 AM

Previous topic - Next topic

markallyn

Hello everyone,

I am running 64-bit jwasm/jwlink win code under WINE.  (I'm on a ubuntu 64 bit box, but I really like masm).  This is a bit of a kludge, but it works!

EXCEPT, I can't find a 64 bit debugger.  Can someone confirm whether there is a viable release of 64 bit OLLYDBG?  I haven't found one.  I'm willing to use something else, but what?

Thanks,
Mark Allyn

jj2007


markallyn

Good morning, JJ

Thanks.  I looked at x64dbg briefly and for some reason was intimidated.  I will check out arkdasm.

Mark

hutch--

Mark,

If it will run on Wine, ArkDasm has a simple enough interface and is straight forward to use.

mmxmax

I assume you will run into issues trying to debug windows app on Linux under WINE (at least I did when I tried few years ago)

I'd suggest to compile your examples to Linux and debug with joy using native Linux debugger  8) edb-debugger https://github.com/eteran/edb-debugger