View Single Post
  #1  
Old 11-23-2013, 03:38
gemuz gemuz is offline
Friend
 
Join Date: Jul 2013
Posts: 46
Rept. Given: 3
Rept. Rcvd 25 Times in 8 Posts
Thanks Given: 11
Thanks Rcvd at 13 Times in 8 Posts
gemuz Reputation: 25
GDB for linux (rhel 6) x64

Good day!
Sorry for my English.
Found a working debugger under linux.
Have packages for Ubuntu 10.10. On my RHEL 6.4 with great difficulty to compile.

Requirements

Qt >= 4.5
boost >= 1.35

Features

Intuitive GUI interface
The usual debugging operations (step-into/step-over/run/break)
Conditional breakpoints
Debugging core is implemented as a plugin so people can have drop in replacements. Of course if a given platform has several debugging APIs available, then you may have a plugin that implements any of them.
Basic instruction analysis
View/Dump memory regions
Effective address inspection
The data dump view is tabbed, allowing you to have several views of memory open at the same time and quickly switch between them.
Importing and generation of symbol maps
Plugins
Code analysis engine which can identify functions
Search for binary strings
Code Bookmarks
Breakpoint management
Check for updates
Output the current state to the console
Environment variable viewer
Hardware Breakpoints
Heap block enumeration
Opcode search engine plugin has basic functionality (similar to msfelfscan/msfpescan)
Open file enumeration
Reference finder
String searching (like strings command in *nix)
Basic ROP instruction search

Looking for other debuggers for Linux.



http://codef00.com/projects#debugger
Attached Files
File Type: zip debugger-0.9.18.zip (968.4 KB, 13 views)
Reply With Quote