lwerdna / keypatch_binja

BinaryNinja plugin: remake of keypatch
The Unlicense
13 stars 4 forks source link

Fixed bugs&Added a lot of new features #2

Closed ltlly closed 1 year ago

ltlly commented 1 year ago

fixed bugs:

  1. disassemble_capstone_single() returns the wrong instruction length
  2. Fixed the wrong fill length judgment, the interval of the fill is the left closed right open interval, and the size can be 1 New features:
  3. Now you can modify the bytes of insn directly.
  4. Now you can change the range of the fill by modifying the size of the fill
lwerdna commented 1 year ago

Thank you ltlly. I cherry picked your commit 24a0d74 to a071835 but did not include your changes to the readme and preview image in 9600702.