I want to protect third party executable from running with different parameters, is that possible with scripting in the vmprotect ? if so, could you show some example of doing it ? or is it the scripting only for compilation time ?
I would need to compare the arg with variable for example:
if argv[1] <> “test” then exit (don’t run software)