Page 1 of 1

2001: Invalid Operand Type

Posted: Thu Mar 07, 2024 3:00 pm
by weloveayaka

Code: Select all

 [Obfuscation(Feature = "ultra", Exclude = false)]
    static void what()
    {
        
            try
            {
                
                
              

            string A = "";
            string B = "";

            switch (A.Length)
            {
                case 4:
                   
                    break;
                case 5:
                   
                    break;
                case 6:
                    if (A == "A")
                    {
                      
                    }
                    break;
                case 8:
                    {
                        char c = A[0];
                        if (c != '1')
                        {
                            if (c == '2')
                            {
                                if (A == "3")
                                {
                                
                                }
                            }
                        }
                        else if (A == "4")
                        {
                            var Z =  new Type[] { typeof(string) };
                        }
                        break;
                    }
               
            }
        


            }
            catch (Exception ex)
            {
                Console.WriteLine(ex.Message);
                throw;
            }
        }

I tried a lot to get this minimal code..
Could you please fix it ?

Re: 2001: Invalid Operand Type

Posted: Mon Mar 11, 2024 6:45 pm
by Admin
Fixed in the 2002 build.

Re: 2001: Invalid Operand Type

Posted: Sat Mar 16, 2024 8:20 pm
by orbita
I'am have same issue, can you send me 2002 build also?

Re: 2001: Invalid Operand Type

Posted: Mon Mar 18, 2024 2:36 am
by hewenbiao7
I'am have same issue, can you send me 2002 build also?

Re: 2001: Invalid Operand Type

Posted: Mon Mar 18, 2024 7:46 am
by Admin
hewenbiao7 wrote: Mon Mar 18, 2024 2:36 am I'am have same issue, can you send me 2002 build also?
Done.

Re: 2001: Invalid Operand Type

Posted: Wed Mar 20, 2024 2:24 am
by hewenbiao7
I haven't received the 2003 version, please send it to my email

Re: 2001: Invalid Operand Type

Posted: Wed Mar 20, 2024 6:50 am
by Admin
hewenbiao7 wrote: Wed Mar 20, 2024 2:24 am I haven't received the 2003 version, please send it to my email
Done.