Approaches
Emulation is hard. There is no one solution that emulates all of the things. That said, there are a number of approaches you can take to get what is required from emulations.
Userspace Emulation
Instrumentation:
- strace
- chroot
System Emulation
Instrumentation:
- custom rootfs
- custom kernel
- custom uboot
- custom qemu