RpcView icon indicating copy to clipboard operation
RpcView copied to clipboard

Fix security callback enumeration for 32bit

Open qtc-de opened this issue 1 year ago • 0 comments

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.

qtc-de avatar Sep 24 '23 19:09 qtc-de