https://bugs.winehq.org/show_bug.cgi?id=50405
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello Samuel,
you're most likely doing something wrong. There are many libraries/frameworks/applications using that "undocumented" approach. Also you didn't tell if you're running a WoW64 environment which has some restrictions (32-bit -> 64-bit process).
https://stackoverflow.com/questions/7446887/get-command-line-string-of-64-bi...
'PhGetProcessPebString':
https://github.com/processhacker/processhacker/blob/04f18ea9a98374fb5aa4fc0d...
'PhGetProcessCommandLine':
https://github.com/processhacker/processhacker/blob/04f18ea9a98374fb5aa4fc0d...
'PhGetProcessEnvironment':
https://github.com/processhacker/processhacker/blob/04f18ea9a98374fb5aa4fc0d...
---
ProcessHacker 2.x works as intended with Wine, showing remote process' command line and environment using that approach (see previous code references).
https://github.com/processhacker/processhacker/releases/download/v2.39/proce...
Regards