An open API service indexing awesome lists of open source software.

https://github.com/hzyitc/emulator-openwrt

unicorn, keystone, AndroidNativeEmu for openwrt
https://github.com/hzyitc/emulator-openwrt

androidnativeemu keystone keystone-engine openwrt unicorn unicorn-emulator unicorn-engine

Last synced: 15 days ago
JSON representation

unicorn, keystone, AndroidNativeEmu for openwrt

Awesome Lists containing this project

README

        

# emulator-openwrt

AndroidNativeEmu for openwrt

## Packages

- [unicorn](https://github.com/unicorn-engine/unicorn)
- [keystone](https://github.com/keystone-engine/keystone)
- [python3-AndroidNativeEmu](https://github.com/AeonLucid/AndroidNativeEmu)
- [python3-hexdump](https://pypi.org/project/hexdump/)
- [python3-pyelftools](https://github.com/eliben/pyelftools)

## How to Use

```shell
# Install key
wget -O /tmp/emulator-openwrt.key.pub https://hzyitc.github.io/emulator-openwrt/emulator-openwrt.key.pub
opkg-key add /tmp/emulator-openwrt.key.pub

# Install feed
. /etc/os-release
DIST="$(echo "openwrt-${VERSION_ID}" | grep -oE 'openwrt-[0-9]+\.[0-9]+' || echo "snapshot")"
echo "src/gz emulator https://hzyitc.github.io/emulator-openwrt/${DIST}/${OPENWRT_ARCH}" >>/etc/opkg/customfeeds.conf

# Install
opkg update
opkg install python3-androidnativeemu
```