Is there an elegant way to copy the Environment Variables to clipboard of a Process from Process Explorer? I was trying to compare two C++ compiled processes, and want to see how the environment variables differ. It seems I cannot copy the Text and subsequently paste it to compare visually.
Note I would rather want to stick with PE rather than juggling with multiple tools, but if using another tool is the only option please feel free to suggest.
Also tagging it as C++, expecting a solution from a C++ developer's/debuggers point of view including using Visual C++
windbg !peb
command displays it.