Protecting third party software from running with different arg

Issues related to VMProtect
Post Reply
Zimmerman
Posts: 2
Joined: Thu Mar 16, 2017 1:12 pm

Protecting third party software from running with different arg

Post by Zimmerman »

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)
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Protecting third party software from running with different arg

Post by Admin »

The script works only at the compilation time, so you can't use it at the starting of the protected file.
Zimmerman
Posts: 2
Joined: Thu Mar 16, 2017 1:12 pm

Re: Protecting third party software from running with different arg

Post by Zimmerman »

Thank you for quick answer.
Post Reply