View Single Post
  #2  
Old 11-22-2020, 04:22
Fyyre's Avatar
Fyyre Fyyre is offline
Fyyre
 
Join Date: Dec 2009
Location: 0°N 0°E / 0°N 0°E / 0; 0
Posts: 259
Rept. Given: 75
Rept. Rcvd 85 Times in 38 Posts
Thanks Given: 141
Thanks Rcvd at 335 Times in 113 Posts
Fyyre Reputation: 85
Without sounding typical, or boring. I use GDB, given I have not found a better solution.

Having a good .gdbinit file and gdb-stl-views always helps.

IMHO, having x64dbg for Linux would be most ideal! I understand no one has infiniate time, etc.

While not 100% certain, I thought newer versions of Visual Studio offered some support for this too? There is commericial product VisualGDB, but I have yet to try it.

Regards,
-Fyyre

Quote:
Originally Posted by CZC View Post
IDA doesn't have a local 64bit debugger but you can use it with gdb and remote debugging to some extent. If you have 32bit versions of the program that you want to debug then you can still use IDA with a 32bit local debugger on a 64bit system.

Hopper-v4 is a reasonable 64bit debugger (for Linux and Mac) but the debugger interface is mouse based and it lacks some features.

EDB is a free 64bit debugger but the disassembles is very basic.

What are your favorite 64bit debuggers for Linux?
Reply With Quote
The Following User Says Thank You to Fyyre For This Useful Post:
Apuromafo (12-21-2021)