This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| IDAPython plugin for IDA 9.0+ (optimized for macOS) | |
| Copies selected instruction/data bytes as contiguous hexadecimal string. | |
| Install: Copy to your IDA python plugin folder. | |
| Tested with python 3.12.12 | |
| Hotkey: Cmd-Shift-H (Meta-Shift-H) |
OlderNewer