NET6 virtualized function with out parameter problem

Issues related to VMProtect
Post Reply
AusterX
Posts: 19
Joined: Sun Mar 05, 2023 9:29 am

NET6 virtualized function with out parameter problem

Post by AusterX »

Hello,
I came across a problem with virrtualization when the function has an out parameter

[Obfuscation(Feature = "virtualization", Exclude = false)]
private static byte decdata_encTXmsg(uint addr, bool isdataencrypted, bool skipblank, byte blankvalue, out bool doskip)

if the function is virtualized, after calling, the out parameter has the wrong value, all fine if not virtualized
Internally this parameter is changed/evaluated correctly, just is throw out with wrong value.
Is it known problem with a workaround, or i'm doing something not 100% correct in my code?
Thanks in advance

In attach an example project
testbug.rar
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: NET6 virtualized function with out parameter problem

Post by Admin »

Fixed in the 1775 build.
AusterX
Posts: 19
Joined: Sun Mar 05, 2023 9:29 am

Re: NET6 virtualized function with out parameter problem

Post by AusterX »

Thank you for the quick fix, i see the 1775 build is online if i download with the old link received by mail, but password is not the same as build 1754, how can i get pwd?
Thanks
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: NET6 virtualized function with out parameter problem

Post by Admin »

Did you check a spam folder for your mailbox?
AusterX
Posts: 19
Joined: Sun Mar 05, 2023 9:29 am

Re: NET6 virtualized function with out parameter problem

Post by AusterX »

Oh, sorry, yes it was into spam. Thanks again
galeondx
Posts: 2
Joined: Mon Jul 03, 2023 4:07 pm

Re: NET6 virtualized function with out parameter problem

Post by galeondx »

same problem here, already check mailbox(include spam) but how to get build 1775 mention above? :D
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: NET6 virtualized function with out parameter problem

Post by Admin »

The fixed build send to your email. Please check it.
Post Reply