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: 0x02000061 RID: 97
internal class AddressAttribute : Attribute
{
// Token: 0x040000F8 RID: 248
public string RVA;
// Token: 0x040000F9 RID: 249
public string Offset;
// Token: 0x040000FA RID: 250
public string VA;
// Token: 0x040000FB RID: 251
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000066 RID: 102
internal class AnalysisFailedException : Exception
{
// Token: 0x060002A9 RID: 681 RVA: 0x00002A36 File Offset: 0x00000C36
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000063 RID: 99
internal class AttributeAttribute : Attribute
{
// Token: 0x040000FD RID: 253
public string Name;
// Token: 0x040000FE RID: 254
public string RVA;
// Token: 0x040000FF RID: 255
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000062 RID: 98
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040000FC RID: 252
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000064 RID: 100
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000100 RID: 256
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000065 RID: 101
internal class TokenAttribute : Attribute
{
// Token: 0x04000101 RID: 257
public string Token;
}
}