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: 0x02000288 RID: 648
internal class AddressAttribute : Attribute
{
// Token: 0x040004FB RID: 1275
public string RVA;
// Token: 0x040004FC RID: 1276
public string Offset;
// Token: 0x040004FD RID: 1277
public string VA;
// Token: 0x040004FE RID: 1278
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200028D RID: 653
internal class AnalysisFailedException : Exception
{
// Token: 0x06000D2F RID: 3375 RVA: 0x00006A6E File Offset: 0x00004C6E
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200028A RID: 650
internal class AttributeAttribute : Attribute
{
// Token: 0x04000500 RID: 1280
public string Name;
// Token: 0x04000501 RID: 1281
public string RVA;
// Token: 0x04000502 RID: 1282
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000289 RID: 649
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040004FF RID: 1279
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200028B RID: 651
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000503 RID: 1283
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200028C RID: 652
internal class TokenAttribute : Attribute
{
// Token: 0x04000504 RID: 1284
public string Token;
}
}