An open API service indexing awesome lists of open source software.

https://github.com/luser/disasmx86.js

A simple x86 disassembler in JavaScript
https://github.com/luser/disasmx86.js

Last synced: about 1 year ago
JSON representation

A simple x86 disassembler in JavaScript

Awesome Lists containing this project

README

          

disasmx86.js: A work-in-progress x86 disassembler written in JavaScript.

Requires a browser that supports typed arrays. Only tested in Firefox
nightly builds currently.

Best used in conjunction with https://github.com/luser/elf.js currently.