using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Runtime.CompilerServices; using AGUI.StackedUI.Dialog; using Cpp2IlInjected; // Token: 0x02001254 RID: 4692 [Token(Token = "0x2001254")] public static class MBJGEIFFOIM { // Token: 0x060068D2 RID: 26834 RVA: 0x0016DF14 File Offset: 0x0016C114 [Token(Token = "0x60068D2")] [Address(RVA = "0x16B9400", Offset = "0x16B8400", VA = "0x1816B9400")] 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: 0x060068D3 RID: 26835 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x60068D3")] [Address(RVA = "0x16B94C0", Offset = "0x16B84C0", VA = "0x1816B94C0")] public static PMGCJEPKFOF HPACMMGELBH(CCMBKDINCAH EKMPDPAIEPJ, bool MJIPLIHHCKE = true) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060068D4 RID: 26836 RVA: 0x0016DF68 File Offset: 0x0016C168 [Token(Token = "0x60068D4")] [Address(RVA = "0x16B9670", Offset = "0x16B8670", VA = "0x1816B9670")] public static bool JIHOBFGHFDH(int OEFAFIPLKLG, int NOAKKCKKOEL, int LNFDOGLHEBF, int BLDAHPNHKKA, out string LICNAIGLFCP) { if (LNFDOGLHEBF != BLDAHPNHKKA || OEFAFIPLKLG == NOAKKCKKOEL) { } return true; } // Token: 0x060068D5 RID: 26837 RVA: 0x0016DF80 File Offset: 0x0016C180 [Token(Token = "0x60068D5")] [Address(RVA = "0x16B9A30", Offset = "0x16B8A30", VA = "0x1816B9A30")] 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: 0x060068D6 RID: 26838 RVA: 0x0016DFEC File Offset: 0x0016C1EC [Token(Token = "0x60068D6")] [Address(RVA = "0x16B96F0", Offset = "0x16B86F0", VA = "0x1816B96F0")] 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: 0x060068D7 RID: 26839 RVA: 0x0016E0D0 File Offset: 0x0016C2D0 [Token(Token = "0x60068D7")] [Address(RVA = "0x16B9640", Offset = "0x16B8640", VA = "0x1816B9640")] private static int IDHGNKIGDIH(int FCEFPDCCHMA) { /* An exception occurred when decompiling this method (060068D7) 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 1663 */; } // Token: 0x02001255 RID: 4693 [Token(Token = "0x2001255")] [CompilerGenerated] private sealed class LGCKBKAJJLG { // Token: 0x060068D8 RID: 26840 RVA: 0x0016E0E0 File Offset: 0x0016C2E0 [Token(Token = "0x60068D8")] [Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")] public LGCKBKAJJLG() { } // Token: 0x060068D9 RID: 26841 RVA: 0x0016E0F4 File Offset: 0x0016C2F4 [Token(Token = "0x60068D9")] [Address(RVA = "0x16AAFE0", Offset = "0x16A9FE0", VA = "0x1816AAFE0")] 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: 0x060068DA RID: 26842 RVA: 0x0016E1AC File Offset: 0x0016C3AC [Token(Token = "0x60068DA")] [Address(RVA = "0x16AB290", Offset = "0x16AA290", VA = "0x1816AB290")] internal bool b__1(DNACJGJEPEC s) { CCMBKDINCAH ccmbkdincah = this.targetEvent; return s.k__BackingField == ccmbkdincah; } // Token: 0x040044F3 RID: 17651 [FieldOffset(Offset = "0x10")] [Token(Token = "0x40044F3")] public CCMBKDINCAH targetEvent; // Token: 0x040044F4 RID: 17652 [FieldOffset(Offset = "0x18")] [Token(Token = "0x40044F4")] public bool splitLines; // Token: 0x040044F5 RID: 17653 [FieldOffset(Offset = "0x20")] [Token(Token = "0x40044F5")] public Func <>9__1; } }