File: control

package info (click to toggle)
bokken 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,252 kB
  • sloc: python: 7,838; sh: 8; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download
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
Source: bokken
Section: python
Priority: extra
Maintainer: David Martínez Moreno <ender@debian.org>
Build-Depends: debhelper (>= 8.0.0), python
Standards-Version: 3.9.2
Homepage: http://bokken.inguma.eu
Vcs-Hg: http://inguma.eu/repos/bokken
Vcs-Browser: http://inguma.eu/projects/bokken/repository

Package: bokken
Architecture: all
Depends: python-radare2 (>= 0.9), pyew (>= 2.0), ${misc:Depends}, ${python:Depends},
 python-gtk2, python-gtksourceview2, graphviz
Conflicts: python-radare2 (<< 0.9)
Description: reverse code engineering GUI for pyew and radare
 Bokken is a GUI for pyew, the malware analysis tool, and radare2, the reverse
 engineering framework.  Bokken is also the RCE tool for the Inguma project.
 .
 Actually Bokken supports the following formats:
  - PE
  - ELF
  - Java (.class)
  - Web
  - PDF
 .
 Most of this functionality comes from either pyew or radare2, so it offers
 almost all the features that pyew has and some of radare's.  It's intended to
 be used as a basic disassembler, mainly, to analyze malware and
 vulnerabilities.
 .
 Currently Bokken is neither an hexadecimal editor nor a full featured
 disassembler YET, so it should not be used for deep code analysis or to try to
 modify files with it.