Search found 8 matches

by 3dsboy08
Tue Aug 16, 2022 5:59 pm
Forum: Technical questions
Topic: VMProtect strips discardable section flag on protected PE files
Replies: 1
Views: 1016

VMProtect strips discardable section flag on protected PE files

Hello, When using VMProtect to protect any PE file, any section marked as discardable has the flag in the PE segment header (IMAGE_SCN_MEM_DISCARDABLE) stripped after protection. I have no options enabled in VMProtect (all protections are disabled) along with packing not being enabled. This happens ...
by 3dsboy08
Thu Jun 23, 2022 12:25 pm
Forum: Purchasing or Upgrading
Topic: Didn't receive 3.6 release
Replies: 2
Views: 2437

Re: Didn't receive 3.6 release

Did so, unfortunately Gmail deletes emails that end up in spam after 30 days, so if it did end up there it is likely gone.
by 3dsboy08
Thu Jun 23, 2022 2:02 am
Forum: Purchasing or Upgrading
Topic: Didn't receive 3.6 release
Replies: 2
Views: 2437

Didn't receive 3.6 release

Hello,

I didn't receive the 3.6 release of VMProtect - I tried to download it from the last email sent to me, but the password does not work anymore.

Could it be re-sent to my email (or PM'd?)

Thank you!
by 3dsboy08
Fri Aug 09, 2019 12:50 pm
Forum: Technical questions
Topic: VMProtect for .NET released
Replies: 65
Views: 57989

Re: VMProtect for .NET released

Admin wrote:VMProtectDemo (build 1137):
http://vmpsoft.com/files/VMProtectDemo.exe
Could I please be sent this new build? Would like to use the new renaming features.

Thanks.
by 3dsboy08
Sun Aug 04, 2019 4:06 pm
Forum: Technical questions
Topic: VMProtect for .NET released
Replies: 65
Views: 57989

Re: VMProtect for .NET released

While the new .NET mode works quite well, there is quite a few suggestions I have: Renaming: I don't want to have to run my executable through another obfuscator before VMProtect. Class/method/field renaming is standard on even free .NET obfuscators and VMProtect should have it too. (maybe have it b...
by 3dsboy08
Sat Aug 03, 2019 9:25 pm
Forum: Technical questions
Topic: Using any SDK function in .NET causes deadlock on "Saving..."
Replies: 8
Views: 5896

Re: Using any SDK function in .NET causes deadlock on "Saving..."

Fixed in the 1031 build: http://vmpsoft.com/files/VMProtectDemo.exe How could I get this new build? I have a 'Professional' license for VMProtect and did not get an email for this update. If the new build could either be sent to my email address or some way of activating the demo with my license, i...
by 3dsboy08
Sat Aug 03, 2019 5:38 pm
Forum: Technical questions
Topic: Using any SDK function in .NET causes deadlock on "Saving..."
Replies: 8
Views: 5896

Re: Using any SDK function in .NET causes deadlock on "Saving..."

x22x22 wrote:I have same problem and I don't use any sdk function.
Do you enable the anti-VM or anti-debug in the VMProtect settings? Its also reproducable this way aswell.
Admin wrote:Please send your example to info@vmpsoft.com
Done, check your email.
by 3dsboy08
Sat Aug 03, 2019 3:05 pm
Forum: Technical questions
Topic: Using any SDK function in .NET causes deadlock on "Saving..."
Replies: 8
Views: 5896

Using any SDK function in .NET causes deadlock on "Saving..."

Seems that using any sort of SDK functionality in .NET VMProtect causes a deadlock on the "Saving..." phase (stuck at 0%) https://i.vgy.me/AO66Z3.png Example code: public class VMPTest { [BeginVirtualization] public static void Main(string[] args) { if (SDK.IsDebuggerPresent(true)) { Conso...