Showing posts with label MIPS emulation. Show all posts
Showing posts with label MIPS emulation. Show all posts

Friday, 27 September 2013

How to execute ELF file compiled for MIPS architecture on x86_64 Windows?

In order to execute MIPS binary we will need to emulate architecture that it was compiled for. A good solution to accomplish this is using the QEMU emulator.