can't find dll entry after protect

Issues related to VMProtect
Post Reply
EmuEmperor
Posts: 2
Joined: Thu Mar 20, 2014 4:51 am

can't find dll entry after protect

Post by EmuEmperor »

I have a dll write in native c++ and to be called in c# dllimport. Before protect with vmp, it works well. But after changing the original dll into the vmp protected one, I got a can't find dll entry point exception in c#. Can I call VMP protected dll from a managed exe?
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: can't find dll entry after protect

Post by Admin »

Could you send us a test example (EXE+original DLL+MAP+VMP files) that shows this problem?
EmuEmperor
Posts: 2
Joined: Thu Mar 20, 2014 4:51 am

Re: can't find dll entry after protect

Post by EmuEmperor »

I'm sorry to say that maybe I made a mistake about the dll version, when I rebuild the project and protect again, it works well. Thanks anyway!
Post Reply