Hello. I've read the documentation because I'm very interested in the plugin you submitted for the volatility plugin contest.
However, I checked on Windows 10-1909 using windbg, and found that the values of InheritedFromUniqueProcessId and OwnerProcessId were different even in the normal case.
In the case of InheritedFromUniqueProcessId , it displays the value normally (explorer.exe), but in the case of OwnerProcessId, it outputs an unknown value.
Hello. I've read the documentation because I'm very interested in the plugin you submitted for the volatility plugin contest.
However, I checked on Windows 10-1909 using windbg, and found that the values of InheritedFromUniqueProcessId and OwnerProcessId were different even in the normal case.
In the case of InheritedFromUniqueProcessId , it displays the value normally (explorer.exe), but in the case of OwnerProcessId, it outputs an unknown value.
How can I solve this problem?