From b3c9688d64847c06d977248de16114258925af86 Mon Sep 17 00:00:00 2001 From: aplquin <102926886+aplquin@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:51:24 +0100 Subject: [PATCH] Add EDB to Reverse Engineering section (#774) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6589257..3eec76f 100644 --- a/README.md +++ b/README.md @@ -1234,6 +1234,7 @@ _For a more comprehensive/advanced/better categorized/... list of Linux audio so #### Reverse Engineering - [![Open-Source Software][oss icon]](https://github.com/rizinorg/cutter) [cutter](https://cutter.re/) - Cutter's goal is to be an advanced FREE and open-source reverse-engineering platform while keeping the user experience at mind. +- [![Open-Source Software][oss icon]](https://github.com/eteran/edb-debugger) [edb-debugger](https://github.com/eteran/edb-debugger) - edb is a cross platform AArch32/x86/x86-64 debugger. It was inspired by Ollydbg. - [![Open-Source Software][oss icon]](https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git) [GDB](https://www.sourceware.org/gdb/) - GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes. - [![Open-Source Software][oss icon]](https://github.com/NationalSecurityAgency/ghidra/releases) [ghidra](https://ghidra-sre.org/) - A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission. - [![Open-Source Software][oss icon]](https://github.com/radareorg/radare2/releases) [radare2](https://rada.re/n/radare2.html) - A free/libre toolchain for easing several low level tasks like forensics, software reverse engineering, exploiting, debugging.