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] Deprecated `ExAllocatePoolWithTag` function #13

Closed VoidSec closed 2 years ago

VoidSec commented 2 years ago

In https://github.com/VoidSec/DriverBuddyReloaded/blob/1b7b1043eb4169656e47c90e0c31da2ac83f0441/DriverBuddyReloaded/dump_pool_tags.py#L12 I'm not taking care of new functions used to allocate memory.

ExAllocatePoolWithTag has been deprecated by ExAllocatePool2 and ExAllocatePool3