Reverse Engineering Tools on Linux - Security & Cryptography
Users browsing this thread: 5 Guest(s)
|
|||
(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. 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/ |
|||