Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 778 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 778 Bytes

int3_nopper

License

Description

int3_nopper is a Binary Ninja plugin that allows you to nop stubbed branches with int3 instructions, which stop functions analysis on Binary Ninja. (ty byfron)

Features

  • Nop int3 instructions to prevent function analysis interruption

Installation

  1. Get in your Binary Ninja plugins directory

  2. Drop builded plugin

Usage

  1. Open your target binary in Binary Ninja.
  2. Navigate to the plugin button.
  3. Click on the "Patch int3 instructions" button.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.