Search found 3 matches

by KozmoK
Fri May 19, 2017 5:42 pm
Forum: Technical questions
Topic: BUG: Newest version not hiding imports (x64)
Replies: 1
Views: 3152

BUG: Newest version not hiding imports (x64)

I made sure its set: http://i.imgur.com/6kzOU23.png

but when I use IDA, it sure shows all the imports...everything: http://i.imgur.com/gK4tV46.png


please help, I can not release this with imports showing.
by KozmoK
Thu Jul 05, 2012 9:57 pm
Forum: Technical questions
Topic: VMProtectDecryptString
Replies: 2
Views: 7952

Re: VMProtectDecryptString

Correction: std:string sTest1 = VMProtectDecryptStringA("Test"); std:string sTest2 = VMProtectDecryptStringA("Test123"); if used above Works If I add the VMPRotectDecryptStringA within a param of another function it will not work. AddEntry(1,3,iniFile.GetValueB("TEST",V...
by KozmoK
Tue Jul 03, 2012 4:47 pm
Forum: Technical questions
Topic: VMProtectDecryptString
Replies: 2
Views: 7952

VMProtectDecryptString

I am working on a DLL. If if do in c++ std:string sTest1 = VMProtectDecryptStringA("Test"); std:string sTest2 = VMProtectDecryptStringA("Test123"); in the objects list, I only see the "Test" I do not see Test123 unless I do this: std:string sTest1 = VMProtectDecryptStri...