Skip to content

Binary Ninja plugin to patch int3 stubbed branches

License

Notifications You must be signed in to change notification settings

uniquadev/int3_nopper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Binary Ninja plugin to patch int3 stubbed branches

Resources

License

Stars

Watchers

Forks