Search found 2584 matches

by Admin
Mon Mar 11, 2024 6:45 pm
Forum: Technical questions
Topic: 2001: Invalid Operand Type
Replies: 6
Views: 479

Re: 2001: Invalid Operand Type

Fixed in the 2002 build.
by Admin
Mon Mar 11, 2024 12:46 pm
Forum: Technical questions
Topic: Virus detection
Replies: 1
Views: 291

Re: Virus detection

You have to contact the Microsoft's support with this form and ask them to fix this bug.
by Admin
Wed Mar 06, 2024 1:20 pm
Forum: Technical questions
Topic: 1911/12 An old version problem.
Replies: 4
Views: 301

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: 301

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: 1164

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: 964

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: 964

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: 964

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: 460

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: 964

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: 528

.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: 4691

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: 4691

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

Простите за настойчивость, но есть ли возможность реализовать протект linux+.net ?
Такой возможности нет по причине кривости Mono.