Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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