diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:05:52 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:03 +0700 |
commit | 096aaaa681558dc1c8c3a237c9a897266903e145 (patch) | |
tree | 6de526b0a6c95343b1c262eb02db6fb4ee0fb6d3 /development/edb-debugger/README | |
parent | b46ed6d6ff8ddf10b182d704c025ad834f57aa2f (diff) |
development/edb-debugger: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/edb-debugger/README')
-rw-r--r-- | development/edb-debugger/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/edb-debugger/README b/development/edb-debugger/README index 4dfdbd11fca1..c371cc42401e 100644 --- a/development/edb-debugger/README +++ b/development/edb-debugger/README @@ -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: |