tyranid / oleviewdotnet

A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container
GNU General Public License v3.0
1.14k stars 185 forks source link

Empty policyValue in 32bit #14

Closed irsdl closed 5 years ago

irsdl commented 5 years ago

Error occurs in 32b version in \oleviewdotnet-master\OleViewDotNet.Main\Database\COMIELowRightsElevationPolicy.cs - when policyValue is empty:

object policyValue = key.GetValue("Policy", 0);

image

I am going to send a pull request to resolve this.