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: 0x02000042 RID: 66
internal class AddressAttribute : Attribute
{
// Token: 0x04000151 RID: 337
public string RVA;
// Token: 0x04000152 RID: 338
public string Offset;
// Token: 0x04000153 RID: 339
public string VA;
// Token: 0x04000154 RID: 340
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000047 RID: 71
internal class AnalysisFailedException : Exception
{
// Token: 0x060001E1 RID: 481 RVA: 0x00002BCA File Offset: 0x00000DCA
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000044 RID: 68
internal class AttributeAttribute : Attribute
{
// Token: 0x04000156 RID: 342
public string Name;
// Token: 0x04000157 RID: 343
public string RVA;
// Token: 0x04000158 RID: 344
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000043 RID: 67
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000155 RID: 341
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000045 RID: 69
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000159 RID: 345
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000046 RID: 70
internal class TokenAttribute : Attribute
{
// Token: 0x0400015A RID: 346
public string Token;
}
}