├── HexInlay ├── hexrays_inlay.py └── ida-plugin.json ├── LICENSE ├── README.md └── img ├── inlays.png └── settings.png /HexInlay/hexrays_inlay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milankovo/hexinlay/HEAD/HexInlay/hexrays_inlay.py -------------------------------------------------------------------------------- /HexInlay/ida-plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milankovo/hexinlay/HEAD/HexInlay/ida-plugin.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milankovo/hexinlay/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milankovo/hexinlay/HEAD/README.md -------------------------------------------------------------------------------- /img/inlays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milankovo/hexinlay/HEAD/img/inlays.png -------------------------------------------------------------------------------- /img/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milankovo/hexinlay/HEAD/img/settings.png --------------------------------------------------------------------------------