In my app, I can get a list of process names using some API functions.
But some process appears only as "Rundll32.exe".
How can I get more details about this kind of process (i.e. target dll, command line, etc.)
Thanks.