项目作者: das-labor

项目描述 :
A libre cross-platform disassembler.
高级语言: Rust
项目地址: git://github.com/das-labor/panopticon.git
创建时间: 2014-02-12T15:10:18Z
项目社区:https://github.com/das-labor/panopticon

开源协议:GNU General Public License v3.0

下载


Gitter Build Status Build status Coverage Status

DEPRECATED

The Panopticon project moved to Gitlab and was restructed into multiple crates. The Qt GUI was replaced with Verso. I will merge PRs but won’t do any substantial work on this version. Most links below are dead.

Panopticon

Panopticon - A Libre Cross Platform Disassembler

Panopticon is a cross platform disassembler for reverse engineering written in
Rust. It can disassemble AMD64, x86, AVR and MOS 6502 instruction sets and open
ELF files. Panopticon comes with Qt GUI for browsing and annotating control
flow graphs,

Install

If you simply want to use Panopticon follow the
install instructions on the website.

Building

Panopticon builds with Rust stable. The only dependencies aside from
a working Rust stable toolchain and Cargo you need is Qt 5.5 or higher.

Ubuntu 15.10 and 16.04

  1. sudo apt install qt5-default qtdeclarative5-dev libqt5svg5-dev \
  2. qml-module-qtquick-controls qml-module-qttest \
  3. qml-module-qtquick2 qml-module-qtquick-layouts \
  4. qml-module-qtgraphicaleffects qml-module-qtqml-models2 \
  5. qml-module-qtquick-dialogs \
  6. qtbase5-private-dev pkg-config \
  7. git build-essential cmake \
  8. qml-module-qt-labs-folderlistmodel \
  9. qml-module-qt-labs-settings

Fedora 22, 23 and 24

  1. sudo dnf install gcc-c++ cmake make qt5-qtdeclarative-devel qt5-qtquickcontrols \
  2. qt5-qtgraphicaleffects qt5-qtsvg-devel \
  3. adobe-source-sans-pro-fonts \
  4. adobe-source-code-pro-fonts

Gentoo

  1. layman -a rust
  2. USE=widgets sudo -E emerge -av qtgraphicaleffects:5 qtsvg:5 qtquickcontrols:5 \
  3. rust cargo cmake

After that clone the repository onto disk and use cargo to build
everything.

  1. git clone https://github.com/das-labor/panopticon.git
  2. cd panopticon
  3. cargo build --all --release

Windows

Install the Qt 5.4 SDK,
the Rust toolchain
and CMake.
Panopticon can be built using cargo build --all --release.

OS X

Install Homebrew and get Qt 5.5, CMake and the Rust toolchain.
Then, compile Panopticon using cargo.

  1. brew install qt cmake rust
  2. brew link qt --force
  3. brew linkapps qt
  4. export HOMEBREW_QT5_VERSION=$(brew list --versions qt | rev | cut -d ' ' -f1 | rev)
  5. ln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecs
  6. ln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/plugins /usr/local/plugins
  7. QTDIR64=/usr/local cargo build --all --release

Running

After installation start the panopticon binary. If you build it from
source you can type:

  1. cargo run --bin panopticon --release

For detailed usage information see the
user documentaion.

Contributing

Panopticon is licensed under GPLv3 and is Free Software. Hackers are always
welcome. Please check out CONTRIBUTING.md.

Contact

  • IRC: #panopticon on Freenode.
  • Twitter: @panopticon_re"">@panopticon_re