This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200001F RID: 31
internal class AddressAttribute : Attribute
{
// Token: 0x04000044 RID: 68
public string RVA;
// Token: 0x04000045 RID: 69
public string Offset;
// Token: 0x04000046 RID: 70
public string VA;
// Token: 0x04000047 RID: 71
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000024 RID: 36
internal class AnalysisFailedException : Exception
{
// Token: 0x06000093 RID: 147 RVA: 0x00002316 File Offset: 0x00000516
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000021 RID: 33
internal class AttributeAttribute : Attribute
{
// Token: 0x04000049 RID: 73
public string Name;
// Token: 0x0400004A RID: 74
public string RVA;
// Token: 0x0400004B RID: 75
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000020 RID: 32
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000048 RID: 72
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000022 RID: 34
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400004C RID: 76
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000023 RID: 35
internal class TokenAttribute : Attribute
{
// Token: 0x0400004D RID: 77
public string Token;
}
}