Ubuntu – What Reverse Engineering Tools Are Available for Ubuntu

software-recommendationtools

I would like to know ,what are different Reverse Engineering Tools , that work on linux. I was using OllyDebug on Windows.

Best Answer

edb is a debugger for Linux that aims to be like OllyDbg (the author even says so). It uses Qt and boost.

A bit more info here

It is available in Ubuntu's repositories in 18.04 (Bionic) and later as the edb-debugger package (not to be confused with the package edb, which is a database for emacs).