]> git.siccegge.de Git - frida/frida.git/blob - debian/control
Basic Debian packaging
[frida/frida.git] / debian / control
1 Source: frida
2 Section: devel
3 Priority: optional
4 Maintainer: Christoph Egger <christoph@debian.org>
5 Build-Depends:
6 debhelper (>= 9~),
7 cmake,
8 pkg-config,
9 llvm-3.5-dev | llvm-3.6-dev,
10 libquazip-qt5-dev,
11 liblog4cxx10-dev,
12 qtbase5-dev,
13 guile-2.0-dev,
14 google-mock,
15 swig,
16 libboost-dev,
17 libedit-dev
18 Standards-Version: 3.9.6
19 Homepage: https://www.frida.xyz
20 Vcs-Git: https://git.siccegge.de/frida/frida.git -b debian
21 Vcs-Browser: https://git.siccegge.de/?p=frida/frida.git;a=shortlog;h=refs/heads/debian
22
23 Package: frida
24 Architecture: any
25 Depends: ${shlibs:Depends}, ${misc:Depends}
26 Description: interactive disassembler based on LLVM and Qt
27 Frida is a tool to better understand how some binary program works –
28 an Interactive Disassembler. Instead of the long instruction listing
29 you get by running objdump, FrIDa provides you with a control flow
30 graph and lets you annotate parts of the program you already
31 understood. It lets you add names to things (like functions) to
32 actually describe their function – even if the binary has been
33 stripped and the original names are gone.