├── .gitignore ├── LICENSE ├── README.md ├── idaemu.py ├── screenshot ├── idemu_tracelog.JPG └── idemu_tracelog2.JPG └── test_emu.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zengfr/idaemu/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zengfr/idaemu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zengfr/idaemu/HEAD/README.md -------------------------------------------------------------------------------- /idaemu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zengfr/idaemu/HEAD/idaemu.py -------------------------------------------------------------------------------- /screenshot/idemu_tracelog.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zengfr/idaemu/HEAD/screenshot/idemu_tracelog.JPG -------------------------------------------------------------------------------- /screenshot/idemu_tracelog2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zengfr/idaemu/HEAD/screenshot/idemu_tracelog2.JPG -------------------------------------------------------------------------------- /test_emu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zengfr/idaemu/HEAD/test_emu.py --------------------------------------------------------------------------------