Page 1 of 1

NET6 virtualized function with out parameter problem

Posted: Mon Aug 07, 2023 3:59 pm
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

Re: NET6 virtualized function with out parameter problem

Posted: Tue Aug 08, 2023 7:02 pm
by Admin
Fixed in the 1775 build.

Re: NET6 virtualized function with out parameter problem

Posted: Tue Aug 08, 2023 10:04 pm
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

Re: NET6 virtualized function with out parameter problem

Posted: Wed Aug 09, 2023 5:31 am
by Admin
Did you check a spam folder for your mailbox?

Re: NET6 virtualized function with out parameter problem

Posted: Wed Aug 09, 2023 7:39 am
by AusterX
Oh, sorry, yes it was into spam. Thanks again

Re: NET6 virtualized function with out parameter problem

Posted: Fri Sep 08, 2023 8:59 am
by galeondx
same problem here, already check mailbox(include spam) but how to get build 1775 mention above? :D

Re: NET6 virtualized function with out parameter problem

Posted: Fri Sep 08, 2023 2:22 pm
by Admin
The fixed build send to your email. Please check it.