Skip to content

Commit

Permalink
removing outdated references to edisassm, edb is fully based on capst…
Browse files Browse the repository at this point in the history
…one at this point.
  • Loading branch information
eteran committed Apr 9, 2016
1 parent cd89823 commit 8b027dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions create-deb-qt4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Section: devel
Priority: extra
Description: Graphical debugger and disassembler for ELF binaries
EDB (Evan's Debugger) is a modular and modern disassembler and debugger for
binary ELF files based on ptrace API and edisasm lib. EDB is very similar to
OllyDbg, a famous freeware debugger for PE (Portable Executable) files. The
intent of EDB is to debug binaries without source code. It's possible to set
conditional and inconditional breakpoints, display memory stack, processor
registers state and more. The power of EDB can be increased with many
plugins." > $DEB_DIR/DEBIAN/control
binary ELF files based on ptrace API and the capstone disassembly library.
EDB is very similar to OllyDbg, a famous freeware debugger for PE
(Portable Executable) files. The intent of EDB is to debug binaries without
source code. It's possible to set conditional and inconditional breakpoints,
display memory stack, processor registers state and more. The power of EDB can
be increased with many plugins." > $DEB_DIR/DEBIAN/control

# Generate package
dpkg-deb -b $DEB_DIR $SOURCE_DIR/edb-debugger-qt4_${VERSION}_${ARCH}.deb
12 changes: 6 additions & 6 deletions create-deb-qt5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Section: devel
Priority: extra
Description: Graphical debugger and disassembler for ELF binaries
EDB (Evan's Debugger) is a modular and modern disassembler and debugger for
binary ELF files based on ptrace API and edisasm lib. EDB is very similar to
OllyDbg, a famous freeware debugger for PE (Portable Executable) files. The
intent of EDB is to debug binaries without source code. It's possible to set
conditional and inconditional breakpoints, display memory stack, processor
registers state and more. The power of EDB can be increased with many
plugins." > $DEB_DIR/DEBIAN/control
binary ELF files based on ptrace API and the capstone disassembly library.
EDB is very similar to OllyDbg, a famous freeware debugger for PE
(Portable Executable) files. The intent of EDB is to debug binaries without
source code. It's possible to set conditional and inconditional breakpoints,
display memory stack, processor registers state and more. The power of EDB can
be increased with many plugins." > $DEB_DIR/DEBIAN/control

# Generate package
dpkg-deb -b $DEB_DIR $SOURCE_DIR/edb-debugger-qt5_${VERSION}_${ARCH}.deb
2 changes: 1 addition & 1 deletion edb.1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.fi
.SH DESCRIPTION
\fBedb\fP (Evan's Debugger) is a modular and modern disassembler and debugger for
binary ELF files based on ptrace API and edisasm lib.
binary ELF files based on ptrace API and the capstone disassembly library.
.TP
.B
\fB--help\fP
Expand Down

0 comments on commit 8b027dd

Please sign in to comment.