Skip to content

Interactive in-browser assembler and disassembler using Capstone and Keystone

License

Notifications You must be signed in to change notification settings

erdnaxe/assembler-explorer

Repository files navigation

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.

About

Interactive in-browser assembler and disassembler using Capstone and Keystone

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published