VoidSec/DriverBuddyReloaded

[BUG] "IOCTL Decode All" pick-up NTSTATUS values

VoidSec opened this issue · 0 comments

In

decoding suspected IOCTL codes sometimes "pick-up" NTSTATUS values.
image

  • the fix I can think of is comparing the suspected IOCTL code vs a known set of NTSTATUS values and discarding it if matching.