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
- Host: GitHub
- URL: https://github.com/hzyitc/emulator-openwrt
- Owner: hzyitc
- Created: 2022-03-01T18:37:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T20:03:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T03:29:12.853Z (2 months ago)
- Topics: androidnativeemu, keystone, keystone-engine, openwrt, unicorn, unicorn-emulator, unicorn-engine
- Language: Makefile
- Homepage:
- Size: 36.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```