Search found 2566 matches

by Admin
Wed Mar 06, 2024 1:20 pm
Forum: Technical questions
Topic: 1911/12 An old version problem.
Replies: 4
Views: 235

Re: 1911/12 An old version problem.

Unfortunately we don't store old versions.
by Admin
Wed Mar 06, 2024 1:13 pm
Forum: Technical questions
Topic: 1911/12 An old version problem.
Replies: 4
Views: 235

Re: 1911/12 An old version problem.

This issue was fixed in the 1914 build.
by Admin
Mon Feb 19, 2024 5:33 am
Forum: Technical questions
Topic: Why does IsValidImageCRC return false some PC?
Replies: 7
Views: 1003

Re: Why does IsValidImageCRC return false some PC?

Try to find the reason of this problem by yourself (make dump of your application from the memory and compare it with original image from the file - any differences except relocations and IAT will show the problem).
by Admin
Wed Feb 14, 2024 6:57 pm
Forum: Technical questions
Topic: v3.8.7 NET6 invalid operand type
Replies: 9
Views: 820

Re: v3.8.7 NET6 invalid operand type

There are many differences in VM between 3.8.4 and 3.8.6, so 3.8.6 is slower and is bigger than 3.8.4. Complexity makes the decompilation of virtualized code much more complex that decompilation of Compact and we recommend use Complexity > 20%.
by Admin
Wed Feb 14, 2024 10:49 am
Forum: Technical questions
Topic: v3.8.7 NET6 invalid operand type
Replies: 9
Views: 820

Re: v3.8.7 NET6 invalid operand type

Please try the 2002 build.
by Admin
Tue Feb 13, 2024 10:30 am
Forum: Technical questions
Topic: v3.8.7 NET6 invalid operand type
Replies: 9
Views: 820

Re: v3.8.7 NET6 invalid operand type

Please send us your original binary + VMP file that shows your problem.
by Admin
Tue Feb 13, 2024 6:35 am
Forum: Technical questions
Topic: Crash on startup with 3.8.7
Replies: 1
Views: 397

Re: Crash on startup with 3.8.7

Fixed in the 2001 build.
by Admin
Tue Feb 13, 2024 6:35 am
Forum: Technical questions
Topic: v3.8.7 NET6 invalid operand type
Replies: 9
Views: 820

Re: v3.8.7 NET6 invalid operand type

Fixed in the 2001 build.
by Admin
Thu Feb 08, 2024 6:27 am
Forum: Technical questions
Topic: .NET: Script examples
Replies: 0
Views: 465

.NET: Script examples

.NET: Disable renaming of methods with script Just change CLASS_NAME to required class name like 'Test': function OnBeforeCompilation() local heap = vmprotect.core():outputArchitecture():streams() local methods = heap:table(TokenType.MethodDef) for i = 1, methods:count() do local method = methods:i...
by Admin
Mon Feb 05, 2024 11:48 am
Forum: Technical questions
Topic: Virtualized .net framework exe cannot be run on Mono
Replies: 12
Views: 4551

Re: Virtualized .net framework exe cannot be run on Mono

А в чём проблема использовать не Mono, а стандартный .NET?
На тему топика посмотрите.
by Admin
Mon Feb 05, 2024 6:41 am
Forum: Technical questions
Topic: Virtualized .net framework exe cannot be run on Mono
Replies: 12
Views: 4551

Re: Virtualized .net framework exe cannot be run on Mono

Простите за настойчивость, но есть ли возможность реализовать протект linux+.net ?
Такой возможности нет по причине кривости Mono.
by Admin
Fri Feb 02, 2024 7:30 am
Forum: Technical questions
Topic: Version 1977: RuntimeBinderException
Replies: 3
Views: 687

Re: Version 1977: RuntimeBinderException

Need an example.
by Admin
Fri Feb 02, 2024 5:25 am
Forum: Technical questions
Topic: Virtualized .net framework exe cannot be run on Mono
Replies: 12
Views: 4551

Re: Virtualized .net framework exe cannot be run on Mono

И ещё: Раз вы реализовали поддержку Mono, я так понимаю внутри механизма протекта вы убрали зависимости от Windows библиотек? Невозможно сделать полноценную поддержку того, что до сих пор имеет кучу нереализованных вещей в виде затычек с NotImplementedException . P.S. Удалил пост про поддержку Mono.
by Admin
Fri Feb 02, 2024 5:18 am
Forum: Web License Manager
Topic: I can't add new product on the web license manager
Replies: 1
Views: 569

Re: I can't add new product on the web license manager

Did you check PHP error log?