Does VMProtect support native progream?

Issues related to VMProtect
Admin
Site Admin
Posts: 2686
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Does VMProtect support native progream?

Post by Admin »

Could you send us this file?

P.S. Guys, you are very patient that you use Delphi instead of Visual Studio. VS can compile your application without any dirty hacks and you will save your and our time for solving your "problems".
Admin
Site Admin
Posts: 2686
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Does VMProtect support native progream?

Post by Admin »

I think I can try another way, that is my program directly compile with obj of VMProtectDDK32?? but I need OMF format lib or obj files, because Delphi only can use OMF format.
As I know Delphi doesn't need any lib or obj files for dynamic linking. So it's doesn't matter what format Delphi uses :))
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

Re: Does VMProtect support native progream?

Post by navystone »

Sorry to give you so much trouble.
Maybe you can check the purchase order, we have got this product half an year ago, and Win32 App, Drivers we only take 3 days to complete with the VMProtect, and it's perfect. only this native program we have try lots of way, can not solve it.

Our product developed with Delphi has more than 5 years, we are headache about the cracked problem, so we decide to use VMProtec to protect. So maybe you can understand why I can not use VS. it's impossible for a 5 years product to new coding from one language to other language, also all the program in our company only use FreePascal or Delphi.

we will try our best for others ways, if you can find a new way, we are appreciate that you can send it to me by mail.

Thanks agian.
Admin
Site Admin
Posts: 2686
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Does VMProtect support native progream?

Post by Admin »

I have one idea. You need:
1. Compile your application with Delphi (use VMProtectSDK as VMProtectSDK32.dll)
2. Protect your application with VMProtect
3. Hack your application with your tool (change image type to NATIVE, remove resource directory, remove unused imports, etc.)

What do you think?
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

Re: Does VMProtect support native progream?

Post by navystone »

Admin wrote:I have one idea. You need:
1. Compile your application with Delphi (use VMProtectSDK as VMProtectSDK32.dll)
2. Protect your application with VMProtect
3. Hack your application with your tool (change image type to NATIVE, remove resource directory, remove unused imports, etc.)

What do you think?
I have try this way before, the Rawoffset inf section have been clear after VMProtect, so our hacking tools can not run.

I think things is over, I have move the key code fragment to run under kernel driver, thanks for ur hlep these days!!:)
Post Reply