Files
2026-04-10 22:50:51 +02:00

54 lines
1.4 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
// Token: 0x020021AC RID: 8620
[Token(Token = "0x20021AC")]
public class PGMMDBEKHHI
{
// Token: 0x0600DD14 RID: 56596 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600DD14")]
[Address(RVA = "0xD47F50", Offset = "0xD46D50", VA = "0x180D47F50")]
public static string GOHJGGINKNI(List<string> OENCJHFIIJE, char NELLNGFICCE)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600DD15 RID: 56597 RVA: 0x00334A74 File Offset: 0x00332C74
[Token(Token = "0x600DD15")]
[Address(RVA = "0xD47DF0", Offset = "0xD46BF0", VA = "0x180D47DF0")]
public static List<string> BGNKGBNIDDH(string DFAMLDBFENB, char NELLNGFICCE)
{
if (DFAMLDBFENB != 0)
{
(new char[1])[0] = (char)((uint)32);
string[] array;
if (array != 0 && array.Length != 0)
{
List<string> list = new List();
int num = 0;
int length = array.Length;
if (num < length)
{
string text = array[num];
int num2 = 0;
if (text[num2] == NELLNGFICCE)
{
string text2 = text.Substring(1);
list.Add(text2);
}
num++;
}
}
}
throw new IndexOutOfRangeException();
}
// Token: 0x0600DD16 RID: 56598 RVA: 0x00334AEC File Offset: 0x00332CEC
[Token(Token = "0x600DD16")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public PGMMDBEKHHI()
{
}
}