Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A libre cross-platform disassembler.

License

NotificationsYou must be signed in to change notification settings

das-labor/panopticon

Repository files navigation

GitterBuild StatusBuild statusCoverage Status

DEPRECATED

The Panopticon project moved toGitlab and was restructed into multiple crates. The Qt GUI was replaced withVerso. 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 inRust. It can disassemble AMD64, x86, AVR and MOS 6502 instruction sets and openELF files. Panopticon comes with Qt GUI for browsing and annotating controlflow graphs,

Install

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

Building

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

Ubuntu 15.10 and 16.04

sudo apt install qt5-default qtdeclarative5-dev libqt5svg5-dev \                 qml-module-qtquick-controls qml-module-qttest \                 qml-module-qtquick2 qml-module-qtquick-layouts \                 qml-module-qtgraphicaleffects qml-module-qtqml-models2 \                 qml-module-qtquick-dialogs \                 qtbase5-private-dev pkg-config \                 git build-essential cmake \                 qml-module-qt-labs-folderlistmodel \                 qml-module-qt-labs-settings

Fedora 22, 23 and 24

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

Gentoo

layman -a rustUSE=widgets sudo -E emerge -av qtgraphicaleffects:5 qtsvg:5 qtquickcontrols:5 \                               rust cargo cmake

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

git clone https://github.com/das-labor/panopticon.gitcd panopticoncargo build --all --release

Windows

Install theQt 5.4 SDK,theRust toolchainandCMake.Panopticon can be built usingcargo build --all --release.

OS X

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

brew install qt cmake rustbrew link qt --forcebrew linkapps qtexport HOMEBREW_QT5_VERSION=$(brew list --versions qt| rev| cut -d'' -f1| rev)ln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecsln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/plugins /usr/local/pluginsQTDIR64=/usr/local cargo build --all --release

Running

After installation start thepanopticon binary. If you build it fromsource you can type:

cargo run --bin panopticon --release

For detailed usage information see theuser documentaion.

Contributing

Panopticon is licensed under GPLv3 and is Free Software. Hackers are alwayswelcome. Please check outCONTRIBUTING.md.

Contact


[8]ページ先頭

©2009-2025 Movatter.jp