56 lines
1.5 KiB
C#
56 lines
1.5 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02001E14 RID: 7700
|
|
[Token(Token = "0x2001E14")]
|
|
[StructLayout(3)]
|
|
public class PGMMDBEKHHI
|
|
{
|
|
// Token: 0x0600CF53 RID: 53075 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600CF53")]
|
|
[Address(RVA = "0x160B9E0", Offset = "0x160A3E0", VA = "0x18160B9E0")]
|
|
public static string GOHJGGINKNI(List<string> OENCJHFIIJE, char NELLNGFICCE)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600CF54 RID: 53076 RVA: 0x00314E60 File Offset: 0x00313060
|
|
[Token(Token = "0x600CF54")]
|
|
[Address(RVA = "0x160B880", Offset = "0x160A280", VA = "0x18160B880")]
|
|
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: 0x0600CF55 RID: 53077 RVA: 0x00314ED8 File Offset: 0x003130D8
|
|
[Token(Token = "0x600CF55")]
|
|
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
|
public PGMMDBEKHHI()
|
|
{
|
|
}
|
|
}
|