Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yne/jda
MIPS R3000 ELF web disassembler
https://github.com/yne/jda
disassembler elf mips r3000 webapp
Last synced: 2 months ago
JSON representation
MIPS R3000 ELF web disassembler
- Host: GitHub
- URL: https://github.com/yne/jda
- Owner: yne
- Created: 2013-08-30T21:25:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T00:36:48.000Z (about 9 years ago)
- Last Synced: 2023-08-02T14:56:07.589Z (over 1 year ago)
- Topics: disassembler, elf, mips, r3000, webapp
- Language: JavaScript
- Homepage: https://yne.fr/jda
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JDA
===A ELF/MIPS-R3000 Javascript Disassembler
Goal
-----My main goal was to understand how disassembler worked.
I choose the MIPS-R3000 because it's a good start for a noob like me.DONE
----
- ELF parsing
- MIPS disassembly
- GUI (seriously hope you guy like `` and ``)
- Modification using HTMLElements
- .text section RepackingTODO
----
- Better ELF section management (add/move/remove)
- Edit non-.text sections too
- faster GUI (offset based. ATM the whole .text segment is parsed/displayed)TODO (optional)
---------------
- why not a decompiler ?
- why not R4000 ? FPUs are phun ! (jk lol)