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: 0x020000E4 RID: 228
internal class AddressAttribute : Attribute
{
// Token: 0x040005A6 RID: 1446
public string RVA;
// Token: 0x040005A7 RID: 1447
public string Offset;
// Token: 0x040005A8 RID: 1448
public string VA;
// Token: 0x040005A9 RID: 1449
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E9 RID: 233
internal class AnalysisFailedException : Exception
{
// Token: 0x060004AF RID: 1199 RVA: 0x00004536 File Offset: 0x00002736
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E6 RID: 230
internal class AttributeAttribute : Attribute
{
// Token: 0x040005AB RID: 1451
public string Name;
// Token: 0x040005AC RID: 1452
public string RVA;
// Token: 0x040005AD RID: 1453
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E5 RID: 229
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040005AA RID: 1450
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E7 RID: 231
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x040005AE RID: 1454
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E8 RID: 232
internal class TokenAttribute : Attribute
{
// Token: 0x040005AF RID: 1455
public string Token;
}
}