├── .gitignore ├── LICENSE ├── README.md ├── docs ├── after0.png ├── before0.png └── open_menu0.png └── ida-embed-arch-disasm.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/ida-embed-arch-disasm/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/ida-embed-arch-disasm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/ida-embed-arch-disasm/HEAD/README.md -------------------------------------------------------------------------------- /docs/after0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/ida-embed-arch-disasm/HEAD/docs/after0.png -------------------------------------------------------------------------------- /docs/before0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/ida-embed-arch-disasm/HEAD/docs/before0.png -------------------------------------------------------------------------------- /docs/open_menu0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/ida-embed-arch-disasm/HEAD/docs/open_menu0.png -------------------------------------------------------------------------------- /ida-embed-arch-disasm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/ida-embed-arch-disasm/HEAD/ida-embed-arch-disasm.py --------------------------------------------------------------------------------