RpcView
RpcView copied to clipboard
Fix security callback enumeration for 32bit
From RpcCore2 on, the _RPC_INTERFACE_T
structure layout seems to be incorrect regarding the security callback. I recently encountered a 32bit RPC server utilizing security callbacks and they were not displayed in RpcView.
The changes in this PR were confirmed to fix the issue for RpcCore4 and probably also work for the previous two versions.