After selecting a process, I clicked the UMDH button. This resulted in the error message
A 32 bit processes cannot access modules of a 64 bit process.
Maybe the tool should have a general concept for differences in bitness. Currently, only one ToolDirectory can be configured, but it seems we'd need both, a 32 bit GFlags/UMDH and a 64 Bit GFlags/UMDH. If UMDHGui is compiled for 64 Bit, it could manipulate both Registry Keys, using RegistryView.Registry64 and RegistryView.Registry32.
After selecting a process, I clicked the UMDH button. This resulted in the error message
Maybe the tool should have a general concept for differences in bitness. Currently, only one ToolDirectory can be configured, but it seems we'd need both, a 32 bit GFlags/UMDH and a 64 Bit GFlags/UMDH. If UMDHGui is compiled for 64 Bit, it could manipulate both Registry Keys, using
RegistryView.Registry64andRegistryView.Registry32.