BigSack Asked: 2012-06-22 19:48:36 +0800 CST2012-06-22 19:48:36 +0800 CST 2012-06-22 19:48:36 +0800 CST What Reverse Engineering Tools Are Available for Ubuntu? 772 I would like to know ,what are different Reverse Engineering Tools , that work on linux. I was using OllyDebug on Windows. software-recommendation 1 Answers Voted Best Answer thomasrutter 2012-06-22T19:58:56+08:002012-06-22T19:58:56+08:00 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).
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 packageedb
, which is a database for emacs).