This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E2 RID: 226
internal class AddressAttribute : Attribute
{
// Token: 0x0400056F RID: 1391
public string RVA;
// Token: 0x04000570 RID: 1392
public string Offset;
// Token: 0x04000571 RID: 1393
public string VA;
// Token: 0x04000572 RID: 1394
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E7 RID: 231
internal class AnalysisFailedException : Exception
{
// Token: 0x0600048F RID: 1167 RVA: 0x0000430E File Offset: 0x0000250E
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E4 RID: 228
internal class AttributeAttribute : Attribute
{
// Token: 0x04000574 RID: 1396
public string Name;
// Token: 0x04000575 RID: 1397
public string RVA;
// Token: 0x04000576 RID: 1398
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E3 RID: 227
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000573 RID: 1395
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E5 RID: 229
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000577 RID: 1399
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020000E6 RID: 230
internal class TokenAttribute : Attribute
{
// Token: 0x04000578 RID: 1400
public string Token;
}
}