VoidSec / DriverBuddyReloaded

Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks
https://voidsec.com/driver-buddy-reloaded
GNU General Public License v3.0
313 stars 46 forks source link

[BUG] find opcode #6

Closed VoidSec closed 2 years ago

VoidSec commented 2 years ago

find opcode sometimes print out opcodes not related with the searching

[>] Searching for interesting opcodes...
    - Found mov     al, [rdi+rcx] in sub_231C4 at 0x0002327d
VoidSec commented 2 years ago

When an opcode is partially found but the result is not exac it will prints out: Unexpected end of line -> OK