Skip to content
/ veles Public
forked from codilime/veles

Binary data analysis and visualization tool

License

Notifications You must be signed in to change notification settings

pbeza/veles

Repository files navigation

veles - A new age tool for binary analysis

See our home page at https://veles.io.

Building, installing

Dependencies:

  • cmake >= 3.1.0
  • zlib
  • qt >= 5.5
  • Python3.5+
    • virtualenv

Caveats: qt >= 5.6 is required if you want to rearrange tabs using drag&drop.

Optional dependencies needed for running tests:

  • gtest

If your distribution has -dev or -devel packages, you'll also need ones corresponding to the dependencies above.

On Ubuntu it can be done like this:

apt-get install cmake zlib1g-dev qtbase5-dev python3 python3-venv

To build

$ mkdir build
$ cd build
$ cmake -D CMAKE_BUILD_TYPE=Release ..
$ make

To install [which is optional], use

$ make install

If you want to install to a non-default directory, you'll also need to pass it as an option to cmake before building, eg.:

$ cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/local ..

Python tests dependencies:

  • git
  • Python2.7
  • Python packages:
    • pip
    • tox>=2.4.0

On Ubuntu it can be done like this:

apt-get install git python2.7 python3-pip
pip3 install tox>=2.4.0

About

Binary data analysis and visualization tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.0%
  • Python 26.7%
  • CMake 2.6%
  • Other 0.7%