Run a program with internal arguments

Asked

Viewed 88 times

1

How is it possible to create a Process, enter it without allowing any user to view the arguments?

Ex:

Executable: Mygame.exe

Arguments: -userid 0 -userpwd 0

but without allowing the task manager or other method to be impossible to know which commands are passed, only the program MyGame.exe will receive.

  • Any reason why I took the acceptance and voted on the question?

1 answer

1

This is impossible. It would even be unsafe to be able to hide.

If the two applications were yours then we can create another communication mechanism that does not need it, it is even better for other reasons.

  • No, I saw it on an anticheat system, the user started a game’s Launcher and Launcher after logging in and authenticating, started anticheat and it automatically started the game executable I knew the parameters ran by the direct executable and worked only by anticheat it did not sample the arguments.

  • 1

    Then you’d have to ask who did it, but probably just hid it superficially. Even so I don’t know if it’s not a communication between applications that know how to interact together, so you can hide.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.