/edisassm

c++ disassembly library

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Compilation makes use of cmake and is fairly straight forward. The following command should successfully build (from withing the root edisassm directory):

$ mkdir build
$ cd build
$ cmake ..
$ make