This fixes a bug in the x64 callbacks symbols. The NotificationRoutine
is currently an unsigned int instead of a void pointer. This prevents
the correct mapping of the notification routine to the kernel module
that contains it.
Also bumps the version number for the netstat plugin's modules
requirement - it didn't get updated after #1173 was merged.
This fixes a bug in the x64 callbacks symbols. The
NotificationRoutine
is currently anunsigned int
instead of a void pointer. This prevents the correct mapping of the notification routine to the kernel module that contains it.Also bumps the version number for the netstat plugin's
modules
requirement - it didn't get updated after #1173 was merged.