Skip to content
/ CBS Public

IDA Plugin to set custom breakpoints on instructions

Notifications You must be signed in to change notification settings

Reodus/CBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Custom Breakpoint Setter

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.

Installation

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.

Todo

  • Add regex engine to find instructions better.
  • Add import and export ability for instructions.

Demo

2024-08-15.16-09-23.mp4

About

IDA Plugin to set custom breakpoints on instructions

Topics

Resources

Stars

Watchers

Forks

Languages