Search found 4 matches

by tripleh
Thu Aug 18, 2016 6:14 pm
Forum: Technical questions
Topic: Initialization Error 4
Replies: 6
Views: 14742

Re: Initialization Error 4

Hello,

could you please also add functions to change
  • NtHeader->FileHeader.TimeDateStamp
  • NtHeader->OptionalHeader.MinorLinkerVersion
  • IMAGE_EXPORT_DIRECTORY->TimeDateStamp
Regards
by tripleh
Fri Nov 20, 2015 1:38 pm
Forum: Technical questions
Topic: Initialization Error 4
Replies: 6
Views: 14742

Re: Initialization Error 4

Thank you very much, keep up the great work!
by tripleh
Wed Nov 18, 2015 6:25 pm
Forum: Technical questions
Topic: Initialization Error 4
Replies: 6
Views: 14742

Re: Initialization Error 4

Hello, thanks for your response. I don't want to remove all exports I just want to Rename one exported function Change the "name" field in the export directory Is there any way to accomplish that with VMP Scripts? As far as I understood the Script functions only allow you to read and clear...
by tripleh
Tue Nov 17, 2015 6:40 pm
Forum: Technical questions
Topic: Initialization Error 4
Replies: 6
Views: 14742

Initialization Error 4

Hi, I am currently updating my software to support VMP3. I need to strip out the "Name" field in the Export Directory of my DLL which worked fine in VMP2, in VMP3 I get an error message: http://i.imgur.com/cJoOJeT.png Is there any way to make the dll work with modified export directory? Me...