Search found 17 matches

by TomBarisano
Fri Jan 27, 2023 5:35 pm
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Re: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

I am still unable to email info@vmpsoft.com

I email plenty of other people just fine, and they email me back just fine (including Themida support)

If you want the sample program and VS project I am having problem with, maybe there is another way I can send it?
by TomBarisano
Thu Jan 26, 2023 6:41 pm
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Re: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

Yesterday, the VMPsoft website had a https://www.1gb.ru/index.php error on it instead of home page

I just try to send email again
by TomBarisano
Wed Jan 25, 2023 4:20 pm
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Re: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

I try to email twice now, both emails bounced back.
by TomBarisano
Mon Jan 23, 2023 11:39 pm
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Re: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

I try to email yesterday, email is not delivered, say timeout
by TomBarisano
Mon Jan 23, 2023 5:53 am
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Re: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

Yes I have sample ZIP with unprotected EXE and VIsual Studio project. where to send it?
by TomBarisano
Mon Jan 23, 2023 12:47 am
Forum: Technical questions
Topic: Verbosity for "Error Invalid Address"
Replies: 10
Views: 2643

Re: Verbosity for "Error Invalid Address"

For what its worth, Themida have same issues with Native AOT EXE

The first Messagebox prompt that I put in my Main() method comes up, then after clicking it, program crashes

I will keep trying to debug this, but it seems Native AOT doing weird stuff

Again this happen even when just select 1 method
by TomBarisano
Sun Jan 22, 2023 7:58 pm
Forum: Technical questions
Topic: Verbosity for "Error Invalid Address"
Replies: 10
Views: 2643

Re: Verbosity for "Error Invalid Address"

Ok thank you I try to just add the main program methods only 25 or so (small program) When I compile, it runs but then silently crashes (exits). I am not sure if this is because Native AOT is weirder than normally developed EXE I buy Themida so I will see if it has same problem or not (the demo does...
by TomBarisano
Sun Jan 22, 2023 4:58 pm
Forum: Technical questions
Topic: Verbosity for "Error Invalid Address"
Replies: 10
Views: 2643

Re: Verbosity for "Error Invalid Address"

I promise you, that is not what is happening It is a VMProtect limitation, either memory, GUI, something like this To reproduce, simply need to select more than ~1800 method My first address when I sort by addresses in ascending order is 0000000140001000 What is going on, is truncation / rollover in...
by TomBarisano
Sun Jan 22, 2023 4:47 pm
Forum: Technical questions
Topic: Verbosity for "Error Invalid Address"
Replies: 10
Views: 2643

Re: Verbosity for "Error Invalid Address"

In this case, there is no highlighting of the error You can't select more than about 1800, sometimes much less depending on the start addresses. I need to select around 60,000 if this is possible Once you select a lot of methods, you will see that it starts rolling over, and the last entry is "...
by TomBarisano
Sun Jan 22, 2023 4:28 pm
Forum: Technical questions
Topic: Verbosity for "Error Invalid Address"
Replies: 10
Views: 2643

Re: Verbosity for "Error Invalid Address"

Update to this: The limit is 1,819 The limitation is somewhat GUI related When Selecting methods for protection, it populated a comma delimited address list to the upper text box The comma delimited list will get Truncated on the 1,820th selection Short of writing a program to parse my MAP file and ...
by TomBarisano
Sun Jan 22, 2023 7:18 am
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Re: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

After spending some time on this, I think right now its safe to say VMprotect cannot support Native AOT compiled EXE binary, unless the MAP file is the problem Every method I try to protect gives "Command not supported" OR "Address is already used by function xxxxxxxx" I know thi...
by TomBarisano
Sun Jan 22, 2023 7:03 am
Forum: Technical questions
Topic: Verbosity for "Error Invalid Address"
Replies: 10
Views: 2643

Re: Verbosity for "Error Invalid Address"

Update:

It appears this error only happens because I am selecting a lot of methods at once

Is it a data type issue? I.e. I am selecting more than 255 and VMprotect is using an Int8 somewhere internally resulting in this error?
by TomBarisano
Sun Jan 22, 2023 6:52 am
Forum: Technical questions
Topic: Verbosity for "Error Invalid Address"
Replies: 10
Views: 2643

Verbosity for "Error Invalid Address"

Hello, I am trying to select numerous methods to protect in EXE However the error I get is useless, it provides me no verbosity whatsoever I have no way of knowing which of the large quantity of methods I selected has the invalid address Is there some way to get some additional error verbosity here?
by TomBarisano
Sun Jan 22, 2023 6:18 am
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Re: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

So the issue was answered here: https://github.com/dotnet/runtime/issues/80992

HOWEVER The compilation time takes so long between when the .MAP is generated and the EXE is spit out, that VMProtect is rejecting the time stamp

How do I fix this?
by TomBarisano
Sun Jan 22, 2023 3:52 am
Forum: Technical questions
Topic: Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?
Replies: 11
Views: 4742

Native AOT (.NET 7.0 compile to native) - PDB or MAP file support?

Hello, I try the VMProtect Demo with PDB file generate by Visual Studio 2022, compiling .NET 7.0 console application to Native single EXE file I turned on debugging symbols for Publish and Release build, and try the PDB file in the Publish folder and Release folder But it does not work VMprotect imp...