Page 1 of 1
can't find dll entry after protect
Posted: Thu Mar 20, 2014 5:00 am
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?
Re: can't find dll entry after protect
Posted: Fri Mar 21, 2014 5:26 am
by Admin
Could you send us a test example (EXE+original DLL+MAP+VMP files) that shows this problem?
Re: can't find dll entry after protect
Posted: Mon Mar 24, 2014 7:58 am
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!