Search found 2566 matches

by Admin
Tue Feb 21, 2017 3:30 pm
Forum: Technical questions
Topic: Детект Hyper-V
Replies: 1
Views: 3517

Re: Детект Hyper-V

В 3.0 стала возможна обработка исключений при работе х64 кода, поэтому результат детекта стал одинаковым с х32. При включенном Hyper-V сама Windows начинает работать в роли гостевой оси под "собственным" гипервизором, т.е. эквивалентно работе под vmWare/VirtualBox, о чем вам и сообщает VMP...
by Admin
Tue Feb 21, 2017 4:52 am
Forum: Technical questions
Topic: Hardware identifier feature - useless
Replies: 11
Views: 17274

Re: Hardware identifier feature - useless

This is what I'm talking about, it shoud allow 1+1 or +custom number or (and) type.
We are not going to change anything here, because it's useless.
by Admin
Mon Feb 20, 2017 10:18 am
Forum: Technical questions
Topic: Hardware identifier feature - useless
Replies: 11
Views: 17274

Re: Hardware identifier feature - useless

VMProtect and WebLM already allow to change one "device" in HWID, so don't need any additional option for this.
by Admin
Sun Feb 19, 2017 12:47 pm
Forum: Technical questions
Topic: Anti Dump
Replies: 5
Views: 6522

Re: Anti Dump

However if i run my program will the assembly go back to the original non-mutated code or the mutated code?
OMG. Look at IDA again.
by Admin
Sun Feb 19, 2017 10:26 am
Forum: Technical questions
Topic: Anti Dump
Replies: 5
Views: 6522

Re: Anti Dump

Of course the code between VMProtectBeginMutation and VMProtectEnd modifies only at compile-time.
by Admin
Sun Feb 19, 2017 4:08 am
Forum: Technical questions
Topic: Unexplained crashes.
Replies: 5
Views: 7461

Re: Unexplained crashes.

Please notice that the main problem - it is your manual loading method. It doesn't support exceptions even if a DLL will use something like this:

Code: Select all

try {
  throw ...;
} catch (...)
{
  ...
}
by Admin
Sun Feb 19, 2017 4:04 am
Forum: Technical questions
Topic: Anti Dump
Replies: 5
Views: 6522

Re: Anti Dump

For important strings we can recommentd to use VMProtectDecryptString/VMProtectFreeString
by Admin
Thu Feb 16, 2017 4:48 am
Forum: Technical questions
Topic: Unexplained crashes.
Replies: 5
Views: 7461

Re: Unexplained crashes.

Do you really think that your DLL is invisible in the memory if you loaded it manually? :))
by Admin
Mon Feb 13, 2017 8:21 am
Forum: Technical questions
Topic: Unexplained crashes.
Replies: 5
Views: 7461

Re: Unexplained crashes.

It seems your maual loaded DLL doesn't support exceptions. Try to use LoadLibrary instead of your method.
by Admin
Sat Feb 11, 2017 4:58 am
Forum: Technical questions
Topic: Unexplained crashes.
Replies: 5
Views: 7461

Re: Unexplained crashes.

Do you mean the message "Initialization error 4"?
by Admin
Sun Feb 05, 2017 8:04 pm
Forum: Technical questions
Topic: Помогите Vm 3.0.9
Replies: 5
Views: 5366

Re: Помогите Vm 3.0.9

Вы бы хоть скриншот экрана прислали (что там у вас программа показывает), а то приходится гадать :))
by Admin
Sun Feb 05, 2017 4:02 pm
Forum: Technical questions
Topic: Помогите Vm 3.0.9
Replies: 5
Views: 5366

Re: Помогите Vm 3.0.9

Вы наверное привязали защищенную функцию к ключу поэтому без наличия лицензии/ключа у вас эта функция выдает ошибку.
by Admin
Sun Feb 05, 2017 1:19 pm
Forum: Technical questions
Topic: Помогите Vm 3.0.9
Replies: 5
Views: 5366

Re: Помогите Vm 3.0.9

Что вы хотите убрать?
by Admin
Wed Feb 01, 2017 12:16 pm
Forum: Technical questions
Topic: Падение релизной x64 сборки
Replies: 10
Views: 11992

Re: Падение релизной x64 сборки

Судя по тому что я увидел в дизасме - это какой-то гвардантовский мутатор, который вызывает VirtualProtect а потом что-то там у себя патчит, причем никаких диагностический сообщений типа "VirtualProtect Error!" не предусмотрено в принципе. Соответственно если в VMProtect включена опция защ...
by Admin
Wed Feb 01, 2017 4:12 am
Forum: Technical questions
Topic: VMP 3.0.7 - MAC OSX
Replies: 4
Views: 5875

Re: VMP 3.0.7 - MAC OSX

Is it OK now?