thlorenz / visulator

A machine emulator that visualizes how each instruction is processed
https://thlorenz.github.io/visulator
GNU General Public License v3.0
388 stars 34 forks source link

status? #1

Open aquynh opened 9 years ago

aquynh commented 9 years ago

this looks amazing, except that i dont know how to play with it at the link https://thlorenz.github.io/visulator

is this not ready yet? hope to see more documentation soon!

i can send in a pull request to add the instructions on installing Capstone engine if you want it.

cheers.

thlorenz commented 9 years ago

It's not ready yet, capstone is not what's holding me back. I'm currently working on handling more opcodes before I'll move on to work more on the actual visualization in the browser.

I'm hoping to at least be able to run a small routine, before that a visualization won't make much sense IMO.

Follow me on twitter @thlorenz if you want. I'll announce there once I hit another milestone.

As a side note, capstone is awesome and I got it to work without too much problem. I'll definitely use it to display disassembly. The end goal is to allow the user to also edit that assembly to generate opcode, so it could go back and forth. So thanks a lot for capstone :)

aquynh commented 9 years ago

yes just followed you. cant wait for the update on this project!