m
This commit is contained in:
@@ -0,0 +1,134 @@
|
||||
using System;
|
||||
using CodeStage.AntiCheat.ObscuredTypes;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Utils.OverridableFields
|
||||
{
|
||||
// Token: 0x020022BB RID: 8891
|
||||
[Token(Token = "0x20022BB")]
|
||||
[Serializable]
|
||||
public struct OverridableObscuredString : BAOFECPMCOB<ObscuredString>, ECCMHGLDNHK, BGJPLFFADCK<ObscuredString, OJCMONIIDPH>
|
||||
{
|
||||
// Token: 0x170023CC RID: 9164
|
||||
// (get) Token: 0x0600E1EE RID: 57838 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x170023CC")]
|
||||
public bool Overrides
|
||||
{
|
||||
[Token(Token = "0x600E1EE")]
|
||||
[Address(RVA = "0x634740", Offset = "0x633740", VA = "0x180634740", Slot = "5")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170023CD RID: 9165
|
||||
// (get) Token: 0x0600E1EF RID: 57839 RVA: 0x003408C4 File Offset: 0x0033EAC4
|
||||
[Token(Token = "0x170023CD")]
|
||||
public object ObjectValue
|
||||
{
|
||||
[Token(Token = "0x600E1EF")]
|
||||
[Address(RVA = "0x634760", Offset = "0x633760", VA = "0x180634760", Slot = "6")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600E1EF)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Object RecRoom.Utils.OverridableFields.OverridableObscuredString::get_ObjectValue()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:ObscuredString(var_0_06, ldfld:ObscuredString(OverridableObscuredString::value, ldloc:valuetype RecRoom.Utils.OverridableFields.OverridableObscuredString&(this)))
|
||||
}
|
||||
|
||||
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: 0x170023CE RID: 9166
|
||||
// (get) Token: 0x0600E1F0 RID: 57840 RVA: 0x003408D8 File Offset: 0x0033EAD8
|
||||
[Token(Token = "0x170023CE")]
|
||||
public ObscuredString Value
|
||||
{
|
||||
[Token(Token = "0x600E1F0")]
|
||||
[Address(RVA = "0x634760", Offset = "0x633760", VA = "0x180634760", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return this.value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600E1F1 RID: 57841 RVA: 0x003408EC File Offset: 0x0033EAEC
|
||||
[Token(Token = "0x600E1F1")]
|
||||
[Address(RVA = "0x1C0E5B0", Offset = "0x1C0D5B0", VA = "0x181C0E5B0")]
|
||||
public OverridableObscuredString(ObscuredString ONGBFDACHHG)
|
||||
{
|
||||
this.value = ONGBFDACHHG;
|
||||
}
|
||||
|
||||
// Token: 0x0600E1F2 RID: 57842 RVA: 0x00340900 File Offset: 0x0033EB00
|
||||
[Token(Token = "0x600E1F2")]
|
||||
[Address(RVA = "0x1C0E5A0", Offset = "0x1C0D5A0", VA = "0x181C0E5A0")]
|
||||
public OverridableObscuredString(bool PPEMHAIEECM, ObscuredString ONGBFDACHHG)
|
||||
{
|
||||
this.value = ONGBFDACHHG;
|
||||
this.overrides = PPEMHAIEECM;
|
||||
}
|
||||
|
||||
// Token: 0x0600E1F3 RID: 57843 RVA: 0x0034091C File Offset: 0x0033EB1C
|
||||
[Token(Token = "0x600E1F3")]
|
||||
[Address(RVA = "0x1C0E540", Offset = "0x1C0D540", VA = "0x181C0E540", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
string text;
|
||||
return text;
|
||||
}
|
||||
|
||||
// Token: 0x0600E1F4 RID: 57844 RVA: 0x0034092C File Offset: 0x0033EB2C
|
||||
[Token(Token = "0x600E1F4")]
|
||||
[Address(RVA = "0x1C0E400", Offset = "0x1C0D400", VA = "0x181C0E400")]
|
||||
public static OverridableObscuredString FAJDMKOEFLH(ObscuredString MBJCIBHEOMM)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600E1F5 RID: 57845 RVA: 0x0034093C File Offset: 0x0033EB3C
|
||||
[Token(Token = "0x600E1F5")]
|
||||
[Address(RVA = "0x1C0E410", Offset = "0x1C0D410", VA = "0x181C0E410", Slot = "7")]
|
||||
public OJCMONIIDPH KCINMMHMPGF()
|
||||
{
|
||||
OJCMONIIDPH ojcmoniidph = new OJCMONIIDPH();
|
||||
string text = ObscuredString.FAJDMKOEFLH(this.value);
|
||||
ojcmoniidph.JONOCPNOJHG = text;
|
||||
return ojcmoniidph;
|
||||
}
|
||||
|
||||
// Token: 0x0600E1F6 RID: 57846 RVA: 0x0034096C File Offset: 0x0033EB6C
|
||||
[Token(Token = "0x600E1F6")]
|
||||
[Address(RVA = "0x1C0E4B0", Offset = "0x1C0D4B0", VA = "0x181C0E4B0")]
|
||||
public static OverridableObscuredString PHILDOGCKCK(OJCMONIIDPH KFCHMHOEGPD)
|
||||
{
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04009280 RID: 37504
|
||||
[FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4009280")]
|
||||
[SerializeField]
|
||||
private bool overrides;
|
||||
|
||||
// Token: 0x04009281 RID: 37505
|
||||
[FieldOffset(Offset = "0x8")]
|
||||
[Token(Token = "0x4009281")]
|
||||
[SerializeField]
|
||||
private ObscuredString value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user