View Single Post
  #1  
Old 10-08-2020, 01:57
CZC CZC is offline
Friend
 
Join Date: Jul 2018
Posts: 33
Rept. Given: 0
Rept. Rcvd 30 Times in 4 Posts
Thanks Given: 5
Thanks Rcvd at 140 Times in 19 Posts
CZC Reputation: 30
64bit debuggers for Linux

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