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: 0x0200029E RID: 670
internal class AddressAttribute : Attribute
{
// Token: 0x04000E9A RID: 3738
public string RVA;
// Token: 0x04000E9B RID: 3739
public string Offset;
// Token: 0x04000E9C RID: 3740
public string VA;
// Token: 0x04000E9D RID: 3741
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020002A3 RID: 675
internal class AnalysisFailedException : Exception
{
// Token: 0x06001A2F RID: 6703 RVA: 0x0000AEAE File Offset: 0x000090AE
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020002A0 RID: 672
internal class AttributeAttribute : Attribute
{
// Token: 0x04000E9F RID: 3743
public string Name;
// Token: 0x04000EA0 RID: 3744
public string RVA;
// Token: 0x04000EA1 RID: 3745
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200029F RID: 671
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000E9E RID: 3742
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020002A1 RID: 673
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000EA2 RID: 3746
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020002A2 RID: 674
internal class TokenAttribute : Attribute
{
// Token: 0x04000EA3 RID: 3747
public string Token;
}
}