Reverse Engineering Tools on Linux - Security & Cryptography

Users browsing this thread: 1 Guest(s)
jvarg
Members
(21-08-2020, 05:56 AM)venam Wrote:
(21-08-2020, 05:24 AM)freem Wrote: For debuggers, I usually use gdb, with the cgdb frontend. I tried the *cough* GUI mode of GDB: it sucks.
There have been many attempts to make gui for GDB. This one comes to mind, and it isn't bad, though I tried it long enough.

As for hex editors, I keep finding myself struggling on Unix systems. I haven't found any decent one that handles all the features I want. When pasting hex they all crumble if there's a space or newline in the wrong place, when comparing sections of file they go crazy, none of them support good diff between hex values. It's lacking.

for GDB in my opinion the best GUI at least for me was insight [1] it's even possible to use the usual suspects PEDA [3], PWNDBG[4] within it but it's quite outdated and hard to build :/.
an interesting debugger is 'rr' which supports back in time debugging [5]
My favorite hex editor is the 010 Editor which supports templates which is really helpful IMO [2]


[1] https://sourceware.org/insight
[2] https://www.sweetscape.com/010editor/
[3] https://github.com/longld/peda
[4] https://github.com/pwndbg/pwndbg
[5] https://rr-project.org/


Messages In This Thread
Reverse Engineering Tools on Linux - by kirby - 06-04-2016, 07:17 PM
RE: Reverse Engineering Tools on Linux - by venam - 07-04-2016, 12:36 AM
RE: Reverse Engineering Tools on Linux - by xero - 07-04-2016, 12:24 PM
RE: Reverse Engineering Tools on Linux - by acg - 07-04-2016, 10:57 PM
RE: Reverse Engineering Tools on Linux - by io86 - 08-04-2016, 10:06 AM
RE: Reverse Engineering Tools on Linux - by kirby - 08-04-2016, 11:20 AM
RE: Reverse Engineering Tools on Linux - by rain1 - 19-04-2016, 09:29 AM
RE: Reverse Engineering Tools on Linux - by venam - 10-05-2016, 02:22 AM
RE: Reverse Engineering Tools on Linux - by kirby - 15-05-2016, 09:47 PM
RE: Reverse Engineering Tools on Linux - by kirby - 05-08-2016, 04:43 PM
RE: Reverse Engineering Tools on Linux - by venam - 06-08-2016, 01:20 AM
RE: Reverse Engineering Tools on Linux - by jkl - 06-08-2016, 09:02 AM
RE: Reverse Engineering Tools on Linux - by xero - 09-08-2016, 04:47 PM
RE: Reverse Engineering Tools on Linux - by thlst - 10-08-2016, 01:27 AM
RE: Reverse Engineering Tools on Linux - by venam - 15-08-2016, 01:17 AM
RE: Reverse Engineering Tools on Linux - by kirby - 18-09-2016, 02:36 PM
RE: Reverse Engineering Tools on Linux - by venam - 19-08-2020, 03:42 AM
RE: Reverse Engineering Tools on Linux - by z3bra - 19-08-2020, 04:47 AM
RE: Reverse Engineering Tools on Linux - by opfez - 20-08-2020, 10:12 AM
RE: Reverse Engineering Tools on Linux - by freem - 21-08-2020, 05:24 AM
RE: Reverse Engineering Tools on Linux - by venam - 21-08-2020, 05:56 AM
RE: Reverse Engineering Tools on Linux - by jvarg - 28-08-2020, 11:17 AM