This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000126 RID: 294
internal class AddressAttribute : Attribute
{
// Token: 0x0400031E RID: 798
public string RVA;
// Token: 0x0400031F RID: 799
public string Offset;
// Token: 0x04000320 RID: 800
public string VA;
// Token: 0x04000321 RID: 801
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200012B RID: 299
internal class AnalysisFailedException : Exception
{
// Token: 0x06000726 RID: 1830 RVA: 0x00002BE6 File Offset: 0x00000DE6
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000128 RID: 296
internal class AttributeAttribute : Attribute
{
// Token: 0x04000323 RID: 803
public string Name;
// Token: 0x04000324 RID: 804
public string RVA;
// Token: 0x04000325 RID: 805
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000127 RID: 295
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000322 RID: 802
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000129 RID: 297
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000326 RID: 806
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200012A RID: 298
internal class TokenAttribute : Attribute
{
// Token: 0x04000327 RID: 807
public string Token;
}
}