[BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Issues related to VMProtect
Post Reply
outscop
Posts: 9
Joined: Sat Dec 11, 2021 10:17 pm

[BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by outscop »

Hello

Windows 11 Pro Insider Preview 23H2 Build 25905.1000
My dlls in virtual files cannot be load, loadlibrary return 0 and lasterror is 59

Best Regards.
outscop
Posts: 9
Joined: Sat Dec 11, 2021 10:17 pm

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by outscop »

I tested 3.8.4 and not fixed yet.
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by Admin »

Microsoft added in 23H2 new value of MEMORY_INFORMATION_CLASS for checking a loaded library (ntdll calls ZwQueryVirtualMemory(NtCurrentProcess, dll_base, (MEMORY_INFORMATION_CLASS)0xe, ...). It still isn't documented.
debugger
Posts: 10
Joined: Tue Sep 13, 2016 4:02 pm

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by debugger »

Is this issue for specific dlls? I'm asking beause in my project dll is properly loaded as attached to exe in VMP under mentioned build 23H2 Build 25905.1000 and tried after update to minor version to 1010 also worked so it seems to be specific dll's issue.
outscop
Posts: 9
Joined: Sat Dec 11, 2021 10:17 pm

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by outscop »

any dll affected
its VMP and OS problem.
i tested on Windows 11 Pro Insider Preview 23H2 Build 25905.1000 (valid license and british language)
debugger
Posts: 10
Joined: Tue Sep 13, 2016 4:02 pm

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by debugger »

Strange, I cannot confirm this issue on my end. I have attached virtual dll file to project and it's properly loaded without errors the same like it would be separated. Sorry I cannot confirm issue, so I cannot agree with you.
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by Admin »

It seems you have different versions of ntdll.
outscop
Posts: 9
Joined: Sat Dec 11, 2021 10:17 pm

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by outscop »

Hello

Problem happened for our customers again

all of them has Windows 11 pro insider preview 23H2 (Build 25987.1000) evaluation copy

I attached ntdll and kernel32 files, hope can help you to fix it

Best Regards.
Attachments
ntdll-kernel32.rar
(1.73 MiB) Downloaded 265 times
outscop
Posts: 9
Joined: Sat Dec 11, 2021 10:17 pm

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by outscop »

Any news?
i want renew my license but waiting for this fix...
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by Admin »

Fixed in the 1924 build.
outscop
Posts: 9
Joined: Sat Dec 11, 2021 10:17 pm

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by outscop »

Awesome many thx!

I can see HWID is not same with old version, did I understand correctly?
seems CPU and HDD id generation changed, so if a customer used new protected file his old license will not work right?
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: [BUG] Windows 11 Pro Insider Preview Virtual file/dll cannot load

Post by Admin »

The latest version supports serial numbers generated by previous versions.
Post Reply