diff --git a/create-deb-qt4.sh b/create-deb-qt4.sh index e76269fb1..0a661521c 100755 --- a/create-deb-qt4.sh +++ b/create-deb-qt4.sh @@ -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 diff --git a/create-deb-qt5.sh b/create-deb-qt5.sh index 5f50f8ad6..99b970b7b 100755 --- a/create-deb-qt5.sh +++ b/create-deb-qt5.sh @@ -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 diff --git a/edb.1 b/edb.1 index 4246a9d8c..676979e00 100644 --- a/edb.1 +++ b/edb.1 @@ -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