I want to run a windows app (the ‘target’) from another app (the ‘runner’)
I dont own the target.
Is there any way I can do this without having the params I pass show up in process explorer (I am passing a password)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately there is no way. If I understand well you want to pass a password in CLEARTEXT to the target. The only way to not have it show would be for the target program to look for some file where the password is stored, or to look for some key to read the encrypted password.
I assume that by not owning the target you can’t ask for that modification to be made. Your best luck would be looking into the manual of the target app
i hope it was useful