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
- Host: GitHub
- URL: https://github.com/jonpalmisc/megatest
- Owner: jonpalmisc
- License: bsd-3-clause
- Created: 2021-06-06T03:21:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T18:33:26.000Z (over 4 years ago)
- Last Synced: 2025-03-06T11:01:22.783Z (about 1 year ago)
- Topics: reverse-engineering
- Language: C
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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.