using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Runtime.CompilerServices; using AGUI.StackedUI.Dialog; using Cpp2IlInjected; // Token: 0x02001187 RID: 4487 [Token(Token = "0x2001187")] public static class MBJGEIFFOIM { // Token: 0x0600657A RID: 25978 RVA: 0x00166060 File Offset: 0x00164260 [Token(Token = "0x600657A")] [Address(RVA = "0xB4B0D0", Offset = "0xB49ED0", VA = "0x180B4B0D0")] public static string HPACMMGELBH(bool ELHGDJDBAJJ, KLCOGEIGEBJ DDEGOJKBEAN, DNACJGJEPEC BJIDNOIPHDG, bool MJIPLIHHCKE = true) { string k__BackingField = DDEGOJKBEAN.k__BackingField; string text = "^" + k__BackingField; if (ELHGDJDBAJJ) { string text2 = ""; if (MJIPLIHHCKE) { text2 = "\n"; } string k__BackingField2 = BJIDNOIPHDG.k__BackingField; string text3 = text + text2 + "." + k__BackingField2; } return text; } // Token: 0x0600657B RID: 25979 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600657B")] [Address(RVA = "0xB4B190", Offset = "0xB49F90", VA = "0x180B4B190")] public static PMGCJEPKFOF HPACMMGELBH(CCMBKDINCAH EKMPDPAIEPJ, bool MJIPLIHHCKE = true) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600657C RID: 25980 RVA: 0x001660B4 File Offset: 0x001642B4 [Token(Token = "0x600657C")] [Address(RVA = "0xB4B340", Offset = "0xB4A140", VA = "0x180B4B340")] public static bool JIHOBFGHFDH(int OEFAFIPLKLG, int NOAKKCKKOEL, int LNFDOGLHEBF, int BLDAHPNHKKA, out string LICNAIGLFCP) { if (LNFDOGLHEBF != BLDAHPNHKKA || OEFAFIPLKLG == NOAKKCKKOEL) { } return true; } // Token: 0x0600657D RID: 25981 RVA: 0x001660CC File Offset: 0x001642CC [Token(Token = "0x600657D")] [Address(RVA = "0xB4B700", Offset = "0xB4A500", VA = "0x180B4B700")] public static string OEAOADICBDF(DateTime MDDEMDECDHJ) { DateTime today = DateTime.Today; int num; int num2; if (num == num2) { int num3; num = num3; int num4; if (num == num4) { int num5; num = num5; int num6; if (num == num6) { return "Today"; } } } int num7; num = num7; int num8; if (num == num8) { int num9; num = num9; int num10; if (num == num10) { int num11; num = num11; int num12; if (num == num12) { return "Tomorrow"; } } } CultureInfo currentCulture = CultureInfo.CurrentCulture; string text; return text; } // Token: 0x0600657E RID: 25982 RVA: 0x00166138 File Offset: 0x00164338 [Token(Token = "0x600657E")] [Address(RVA = "0xB4B3C0", Offset = "0xB4A1C0", VA = "0x180B4B3C0")] public static string KHHLJHOOMJG(TimeRangeSelectionDialog.AEMPOKBOGID LMBJKPOFNJA) { if (LMBJKPOFNJA != 0) { object[] array = new object[6]; int jfapnhcgmhg = LMBJKPOFNJA.JFAPNHCGMHG; ulong num; num += num; int num2; if (num2 != 0) { } array[0] = num2; int mfabmflcdjg = LMBJKPOFNJA.MFABMFLCDJG; if (mfabmflcdjg != 0) { } array[1] = mfabmflcdjg; uint num3; if (LMBJKPOFNJA.JFAPNHCGMHG < (int)num3) { } if ("am" != 0) { } array[2] = "am"; int num4 = LMBJKPOFNJA.NAGEPBBJBCK; ulong num5; num5 += num5; num4 = (int)((ulong)num4 - num5); int num6; if (num6 != 0) { } array[3] = num6; int effgimbmfog = LMBJKPOFNJA.EFFGIMBMFOG; if (effgimbmfog != 0) { } array[4] = effgimbmfog; string text = "am"; if (LMBJKPOFNJA.NAGEPBBJBCK >= (int)num3) { text = "pm"; } if (text != 0) { } array[5] = text; return string.Format("{0}:{1:D2}{2} - {3}:{4:D2}{5}", array); } return "Time Range"; } // Token: 0x0600657F RID: 25983 RVA: 0x0016621C File Offset: 0x0016441C [Token(Token = "0x600657F")] [Address(RVA = "0xB4B310", Offset = "0xB4A110", VA = "0x180B4B310")] private static int IDHGNKIGDIH(int FCEFPDCCHMA) { /* An exception occurred when decompiling this method (0600657F) ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 MBJGEIFFOIM::IDHGNKIGDIH(System.Int32) ---> System.Exception: Basic block has to end with unconditional control flow. { Block_0: stloc:uint64(var_0, add:uint64(ldloc:uint64(var_0), ldloc:uint64(var_0))) } at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88 --- End of inner exception stack trace --- at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1660 */; } // Token: 0x02001188 RID: 4488 [Token(Token = "0x2001188")] [CompilerGenerated] private sealed class LGCKBKAJJLG { // Token: 0x06006580 RID: 25984 RVA: 0x0016622C File Offset: 0x0016442C [Token(Token = "0x6006580")] [Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")] public LGCKBKAJJLG() { } // Token: 0x06006581 RID: 25985 RVA: 0x00166240 File Offset: 0x00164440 [Token(Token = "0x6006581")] [Address(RVA = "0xB3CC20", Offset = "0xB3BA20", VA = "0x180B3CC20")] internal string b__0(PPENFJMFPNE details) { int num2; DNACJGJEPEC dnacjgjepec; bool flag; string text; string text2; do { int k__BackingField = this.targetEvent.k__BackingField; JJGHAFKJBEI doohkcanflo = PEGGCEDHBOF.DOOHKCANFLO; int num = 0; if (doohkcanflo != 0) { } if (num != 0) { } num2 = 0; Func func = this.<>9__1; IReadOnlyList k__BackingField = details.k__BackingField; Func func2; if (func == 0) { func2 = delegate(DNACJGJEPEC s) { CCMBKDINCAH ccmbkdincah = this.targetEvent; return s.k__BackingField == ccmbkdincah; }; this.<>9__1 = func2; } dnacjgjepec = Enumerable.FirstOrDefault(k__BackingField, func2); flag = this.splitLines; text = details.k__BackingField; text2 = "^" + text; } while (num2 == 0); text = ""; if (flag) { text = "\n"; } string k__BackingField = dnacjgjepec.k__BackingField; return text2 + text + "." + k__BackingField; } // Token: 0x06006582 RID: 25986 RVA: 0x001662F8 File Offset: 0x001644F8 [Token(Token = "0x6006582")] [Address(RVA = "0xB3CED0", Offset = "0xB3BCD0", VA = "0x180B3CED0")] internal bool b__1(DNACJGJEPEC s) { CCMBKDINCAH ccmbkdincah = this.targetEvent; return s.k__BackingField == ccmbkdincah; } // Token: 0x0400437D RID: 17277 [FieldOffset(Offset = "0x10")] [Token(Token = "0x400437D")] public CCMBKDINCAH targetEvent; // Token: 0x0400437E RID: 17278 [FieldOffset(Offset = "0x18")] [Token(Token = "0x400437E")] public bool splitLines; // Token: 0x0400437F RID: 17279 [FieldOffset(Offset = "0x20")] [Token(Token = "0x400437F")] public Func <>9__1; } }