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

https://github.com/jonpalmisc/megatest

A tiny all-in-one binary for testing disassembler features
https://github.com/jonpalmisc/megatest

reverse-engineering

Last synced: 8 months ago
JSON representation

A tiny all-in-one binary for testing disassembler features

Awesome Lists containing this project

README

          

MEGATEST: Disassembler test & demonstration binary v0.5.2
________________________________________________________________________________

ABOUT

MEGATEST is a small program I've written for the purpose of testing basic
disassembler features, comparing decompiler output, etc.

BUILD

For a basic build, just clone the repository, then just run CMake and build:

$ git clone git@github.com:jonpalmisc/megatest.git && cd megatest
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug # ...
$ cmake --build build

If you would prefer to quickly build debug, release, and stripped binaries all
at once, you can use the included script:

$ ./scripts/make.sh

LICENSE

Copyright (c) 2021 Jon Palmisciano, licensed under the BSD-3-Clause License.