Here's how I understand the GetcommandLine windows api. It takes no parameters, it simply outputs the command that was used to start this application.
The result is then that in eax (or rax in x64) that there will be a pointer to a string that shows the full command line used to launch the current application.
No comments:
Post a Comment