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] idc.find_binary is deprecated #4

Closed VoidSec closed 2 years ago

VoidSec commented 2 years ago

In https://github.com/VoidSec/DriverBuddyReloaded/blob/e818674721b29d666da77d6568005a8511975d86/DriverBuddyReloaded/wdf.py#L756

  1. idc.find_binary is deprecated due to signature confusion with ida_search.find_binary. Please use ida_search.find_binary instead
  2. ida_search.find_binary is deprecated use ida_bytes.bin_search() instead.