mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/edb-debugger: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b46ed6d6ff
commit
096aaaa681
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
edb (Evan's Debugger) is a graphical, Qt4-based debugger similar to OllyDbg,
|
||||
written on top of the ptrace API. It is built on a plugin-based architecture.
|
||||
edb (Evan's Debugger) is a graphical, Qt4-based debugger similar
|
||||
to OllyDbg, written on top of the ptrace API. It is built on a
|
||||
plugin-based architecture.
|
||||
|
||||
Its features include:
|
||||
|
||||
|
@ -12,8 +13,8 @@ Its features include:
|
|||
* 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.
|
||||
* 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:
|
||||
|
|
Loading…
Reference in a new issue