CreateProcess and VMProtect

Issues related to VMProtect
Post Reply
DaEx
Posts: 4
Joined: Fri Jan 09, 2015 12:41 pm

CreateProcess and VMProtect

Post by DaEx »

My App consists of two files protected with VMProtect , the first one is the main app the second one is a child process that i want to launch.

but using CreateProcess or Shellexecute or any other Process Creation API will cause the second file to show the integrity error ( file is corrupted...) ,how is that possible ? and how to fix it, tried under WinXP 32 bit , Win7 32bit.

and can you explain to me why a child process can't start another VMProtect file with CreateProcess ? (integrity error)

i tried eveything.thanks.


ps : the second file start fine when started manually ( Double click or enter ).
Admin
Site Admin
Posts: 2686
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: CreateProcess and VMProtect

Post by Admin »

Could you send us a test example (original EXE+MAP+VMP files) that shows your problem?
DaEx
Posts: 4
Joined: Fri Jan 09, 2015 12:41 pm

Re: CreateProcess and VMProtect

Post by DaEx »

Admin wrote:Could you send us a test example (original EXE+MAP+VMP files) that shows your problem?
Thank you for your reply Admin , i solved my problem , it was my mistake i was using CreateProcess with the wrong parameters :roll:
Post Reply