1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: edb-debugger
Section: devel
Priority: optional
Maintainer: Marcio de Souza Oliveira <m.desouza20@gmail.com>
Build-Depends: debhelper (>= 11),
cmake,
libboost-dev,
libcapstone-dev,
libgraphviz-dev,
libqt5svg5-dev,
libqt5xmlpatterns5-dev,
pkg-config,
qt5-qmake,
qtbase5-dev
Standards-Version: 4.2.1
Homepage: https://github.com/eteran/edb-debugger
Vcs-Git: https://github.com/marciosouza20/edb-debugger.git
Vcs-Browser: https://github.com/marciosouza20/edb-debugger.git
Package: edb-debugger
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, edb-debugger-plugins
Description: cross platform x86/x86-64 debugger
edb is a graphical cross platform x86/x86-64 debugger.
It was inspired by Ollydbg, but aims to function on x86
and x86-64 as well as multiple OS's. Linux is the only
officially supported platform at the moment, but FreeBSD,
OpenBSD, OSX and Windows ports are underway with varying
degrees of functionality.
Package: edb-debugger-plugins
Section: libs
Architecture: i386 amd64
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: edb plugins
edb is a graphical cross platform x86/x86-64 debugger.
It was inspired by Ollydbg, but aims to function on x86
and x86-64 as well as multiple OS's. Linux is the only
officially supported platform at the moment, but FreeBSD,
OpenBSD, OSX and Windows ports are underway with varying
degrees of functionality.
.
This package provides the plugins that used by edb.
|