Question Check if an .exe file has any command line switches??

bentom123

Member
Joined
Feb 22, 2012
Messages
9
Programming Experience
1-3
Hi guys,

I have been searching through on the internet for code that will check to see if an exe file contains any command line switches.

Unfortunately, I have been unable to find any.

MY Q: Does anybody know of, or write a piece of code that will check to see if an exe file contains any command line switches, and if it does, what they are?!

Thanks,

bentom123
 
In most cases I imagine this would require at least a complete decompile of the file so I think you can safely assume that it's not going to be possible.
 
Back
Top