An open API service indexing awesome lists of open source software.

https://github.com/hasherezade/vidi

ViDi Visual Disassembler (experimental)
https://github.com/hasherezade/vidi

bearparser disassembler multiplatform pe-file

Last synced: 11 months ago
JSON representation

ViDi Visual Disassembler (experimental)

Awesome Lists containing this project

README

          

ViDi - Visual Disassembler
==========

[![Build status](https://ci.appveyor.com/api/projects/status/jdbtd8s1m5hnpgn1?svg=true)](https://ci.appveyor.com/project/hasherezade/vidi)
[![Build status](https://travis-ci.org/hasherezade/ViDi.svg?branch=master)](https://travis-ci.org/hasherezade/ViDi)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a45eaf404ba14100a954dcbc9414f465)](https://www.codacy.com/manual/hasherezade/ViDi?utm_source=github.com&utm_medium=referral&utm_content=hasherezade/ViDi&utm_campaign=Badge_Grade)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/hasherezade/ViDi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/hasherezade/ViDi/alerts/)

Supports: PE 32/64 bit, DOS MZ

**[Issues](https://github.com/hasherezade/ViDi/issues)**

Requires:
+ Qt5 Core
+ Qt5 Widget
+ bearparser
+ capstone (optionally: udis86)
+ [cmake](http://www.cmake.org)

To build it on Linux or MacOS you can use the given script - it automatically downloads this repository and all the dependencies:

[vidi_autobuild.sh](https://raw.githubusercontent.com/hasherezade/ViDi/master/vidi_autobuild.sh)

Project website: [vidi.hasherezade.net](https://vidi.hasherezade.net)