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: 0x020000E7 RID: 231
internal class AddressAttribute : Attribute
{
// Token: 0x040004A0 RID: 1184
public string RVA;
// Token: 0x040004A1 RID: 1185
public string Offset;
// Token: 0x040004A2 RID: 1186
public string VA;
// Token: 0x040004A3 RID: 1187
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000EC RID: 236
internal class AnalysisFailedException : Exception
{
// Token: 0x06000D50 RID: 3408 RVA: 0x00007832 File Offset: 0x00005A32
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E9 RID: 233
internal class AttributeAttribute : Attribute
{
// Token: 0x040004A5 RID: 1189
public string Name;
// Token: 0x040004A6 RID: 1190
public string RVA;
// Token: 0x040004A7 RID: 1191
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E8 RID: 232
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040004A4 RID: 1188
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000EA RID: 234
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x040004A8 RID: 1192
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000EB RID: 235
internal class TokenAttribute : Attribute
{
// Token: 0x040004A9 RID: 1193
public string Token;
}
}