jastka4 / Dynamic-binary-translator-for-ARM-Cortex-M-architecture

Dynamic binary translator from ARM Cortex-M architecture to WebAssembly. University project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic binary translator from ARM Cortex-M architecture to WebAssembly

Implementation of a binary translator that will allow to run an executable file for the ARM Cortex-M architecture in a browser using WebAssembly. The tool will accept the executable file in the ELF format as the input and start executing it. The machine code from the input file will be onverted to the machine code of the target architecture and then executed.

About

Dynamic binary translator from ARM Cortex-M architecture to WebAssembly. University project.

License:GNU General Public License v3.0


Languages

Language:Python 62.2%Language:JavaScript 14.1%Language:C 10.7%Language:WebAssembly 5.9%Language:HTML 4.7%Language:Makefile 2.4%