Interactive in-browser assembler and disassembler using Capstone and Keystone. This tool focuses on simplicity and ease of use.
Clone this repository with its submodules. Building Capstone and Keystone for WebAssembly requires emscripten, cmake and Python.
Run make
to build Capstone and Keystone.
Run make serve
to launch a development server on 0.0.0.0:8000
.
You may deploy the content of static
folder to a static web server.
Please check your code using standardjs.
This project is licensed under the GPLv2 license.