This is a Python-powered IDA Pro plugin designed to set breakpoints on specific instructions. The plugin leverages regular expressions (regex) to efficiently locate and manage the instructions you want to target.
This plugin is intended for use with IDA Pro, which utilizes Python as a plugin and scripting engine. To install, simply copy the Python script into the $ida_path/plugins/ directory, then restart IDA Pro.
- Add regex engine to find instructions better.
- Add import and export ability for instructions.