Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 873 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 873 Bytes

Assembler Explorer

Interactive in-browser assembler and disassembler using Capstone and Keystone. This tool focuses on simplicity and ease of use.

How to build and deploy

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.

How to contribute

Please check your code using standardjs.

This project is licensed under the GPLv2 license.