Skip to content

gramosg/a3e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a3e - a3e awesome ARM emulator
------------------------------

Pass it a file in raw binary format to emulate its execution.

If you already have an ARM executable (ELF) you can generate a raw binary from
it using objcopy from binutils. Example using NDK binutils:
	$ arm-linux-androideabi-objcopy -O binary file.elf file.bin

* libdisarm (http://iriver-t10.sourceforge.net/libdisarm-api.html) required

About

ARMv7 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages