This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02002E8C RID: 11916
internal class AddressAttribute : Attribute
{
// Token: 0x0400E6C2 RID: 59074
public string RVA;
// Token: 0x0400E6C3 RID: 59075
public string Offset;
// Token: 0x0400E6C4 RID: 59076
public string VA;
// Token: 0x0400E6C5 RID: 59077
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02002E91 RID: 11921
internal class AnalysisFailedException : Exception
{
// Token: 0x060154AA RID: 87210 RVA: 0x00520237 File Offset: 0x0051E437
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02002E8E RID: 11918
internal class AttributeAttribute : Attribute
{
// Token: 0x0400E6C7 RID: 59079
public string Name;
// Token: 0x0400E6C8 RID: 59080
public string RVA;
// Token: 0x0400E6C9 RID: 59081
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02002E8D RID: 11917
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x0400E6C6 RID: 59078
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02002E8F RID: 11919
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400E6CA RID: 59082
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02002E90 RID: 11920
internal class TokenAttribute : Attribute
{
// Token: 0x0400E6CB RID: 59083
public string Token;
}
}