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: 0x02000052 RID: 82
internal class AddressAttribute : Attribute
{
// Token: 0x0400017E RID: 382
public string RVA;
// Token: 0x0400017F RID: 383
public string Offset;
// Token: 0x04000180 RID: 384
public string VA;
// Token: 0x04000181 RID: 385
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000057 RID: 87
internal class AnalysisFailedException : Exception
{
// Token: 0x06000248 RID: 584 RVA: 0x0000292A File Offset: 0x00000B2A
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000054 RID: 84
internal class AttributeAttribute : Attribute
{
// Token: 0x04000183 RID: 387
public string Name;
// Token: 0x04000184 RID: 388
public string RVA;
// Token: 0x04000185 RID: 389
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000053 RID: 83
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000182 RID: 386
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000055 RID: 85
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000186 RID: 390
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000056 RID: 86
internal class TokenAttribute : Attribute
{
// Token: 0x04000187 RID: 391
public string Token;
}
}