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
- Host: GitHub
- URL: https://github.com/luser/disasmx86.js
- Owner: luser
- Created: 2011-06-28T15:36:03.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-18T01:51:22.000Z (almost 15 years ago)
- Last Synced: 2025-03-24T13:43:44.844Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.