Skip to content

EiPP4ssenger/Online-Assembler-Disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online Assembler & Disassembler

Online assembler/disassembler based on Keystone.js and Capstone.js

Why?

I previously used these two online services a lot - #1 and #2. Just recently I stumbled with Keystone.js and Capstone.js, and I thought it might be a good idea to create a nice web page around these two libraries.

License

Feel free to use or update the code. Any bug fixes is highly appreciated!

Credits

  1. AlexAltea - for porting both Keystone and Capstone to Javascript
  2. Keystone and Capstone developers