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: 0x020000E0 RID: 224
internal class AddressAttribute : Attribute
{
// Token: 0x040002D0 RID: 720
public string RVA;
// Token: 0x040002D1 RID: 721
public string Offset;
// Token: 0x040002D2 RID: 722
public string VA;
// Token: 0x040002D3 RID: 723
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E5 RID: 229
internal class AnalysisFailedException : Exception
{
// Token: 0x060004ED RID: 1261 RVA: 0x00003816 File Offset: 0x00001A16
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E2 RID: 226
internal class AttributeAttribute : Attribute
{
// Token: 0x040002D5 RID: 725
public string Name;
// Token: 0x040002D6 RID: 726
public string RVA;
// Token: 0x040002D7 RID: 727
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E1 RID: 225
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040002D4 RID: 724
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E3 RID: 227
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x040002D8 RID: 728
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E4 RID: 228
internal class TokenAttribute : Attribute
{
// Token: 0x040002D9 RID: 729
public string Token;
}
}